Learn Git in 9 Minutes

preview_player
Показать описание
Tutorial on how to use Git (Version Control) for beginners. This will cover all the basic commands on how to setup a local repository, commit changes and push them to GitHub.

Useful git cheatsheet:
git commit -m "message"
git status
git log --oneline
git remote add origin url
git push -u origin master
git branch mybranch
git checkout mybranch
git merge mybranch

Link to download git:

Chapters:
0:00 Introduction - Whiteboarding
1:23 Live Coding - Setting up Git
4:57 Branching in Git
6:58 Pushing to GitHub
Рекомендации по теме
Комментарии
Автор

Cheatsheet of commands used in this video in the description!

Jay-ocmc