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

Published: 09 February 2022
on channel: 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.


On this page of the site you can watch the video online GIT AND GITHUB TUTORIAL: How to COMMIT to GITHUB for SSH | Upload proyect Git push with a duration of hours minute second in good quality, which was uploaded by the user FileTech en 09 February 2022, share the link with friends and acquaintances, this video has already been watched 39 times on youtube and it was liked by 1 viewers. Enjoy your viewing!