Completed
git Setup
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Git for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 git version control
- 2 history of git
- 3 git Setup
- 4 git Init
- 5 git commit
- 6 skipping the staging area
- 7 git diff command
- 8 git remove file
- 9 github repository
- 10 adding files to remote repository
- 11 working with tags
- 12 clone a project
- 13 git branch create
- 14 git delete branch
- 15 branch pushing to remote repository
- 16 branch-how it works
- 17 git merge
- 18 git rebase
- 19 git merge conflict
- 20 git time travel
- 21 git stash
- 22 git fork
- 23 git pull request