GIT AND GITHUB TUTORIAL: How to COMMIT to GITHUB for SSH | Upload proyect Git push

Pubblicato il: 09 febbraio 2022
sul canale di: FileTech en
39
1

how to upload proyect to github with git push and ssh

commands commit
git init
git add *
git commit -m "comment"

commands config mail and user
email:
git config user.email "email"
name:
git config user.name "name"

set globally
email:
git config --global user.email "email"
name:
git config --global user.name "name"

command generate key ssh
ssh-keygen -t rsa -b 4096 -C "email@email.com"

see ssh key
cat /var/root/.ssh/id_rsa.pub

command set origin
git remote add origin git@github.com:respost/you.git

command to github
git push -u origin master
or
git push -f origin master

👉 ACCESS webpage ►
https://www.filetechn.com

★NETWORKS (FOLLOW US)★
►Facebook:   / filetechn  
►Group Facebook:   / 2356934024596866  
►Telegram: https://t.me/filetech

★DOWNLOAD OUR APPS FOR ANDROID★
► https://play.google.com/store/apps/de...

Remember that these videos are for educational purposes.


In questa pagina del sito puoi guardare il video online GIT AND GITHUB TUTORIAL: How to COMMIT to GITHUB for SSH | Upload proyect Git push della durata di ore minuti seconda in buona qualità , che l'utente ha caricato FileTech en 09 febbraio 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 39 volte e gli è piaciuto 1 spettatori. Buona visione!