Git and GitHub Crash Course for Beginners

3 years ago
433

How to use git - Git Tutorial (Using GitHub)

Commands:
"git init" - initialize a new git repository in your code folder

"git remote add origin {REPO URL}" - connect GitHub repository to your local git repo

"git add ." - track all changes to files in the current folder

'git commit -m "{MESSAGE HERE}"' - Commit changes (create version of changed files)

"git push origin master" - Push all local commits to your GitHub repository

⚑ SUBSCRIBE TO MY CHANNEL ⚑
If you are looking to increase your coding experience rapidly make sure to subscribe to make sure you don't miss future videos!

ツ CONNECT WITH ME ツ
Leave a comment on this video and I'll respond

Loading comments...