Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
An Intro to Git - Open Source
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Technical Assistance
- 3 Myths about GIT
- 4 Why use GIT?
- 5 My path to version control
- 6 Clone / init
- 7 Typical workflow
- 8 Stage
- 9 Commit
- 10 Remote
- 11 Checkout
- 12 Mergetool - conflicts
- 13 Merge - conflicts
- 14 Pull requests - bad example
- 15 Pull requests - better example
- 16 GIT flow workflow
- 17 Forking workflow
- 18 Appendix