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

Veröffentlicht am: 09 Februar 2022
auf dem Kanal: 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.


Auf dieser Seite können Sie das Online-Video GIT AND GITHUB TUTORIAL: How to COMMIT to GITHUB for SSH | Upload proyect Git push mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer FileTech en 09 Februar 2022 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 39 Mal angesehen und es wurde von 1 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!