#Introduction to Git A presentation on using Git for version control of source code. Covers beginner- to intermediate-level material. The main body of this talk itself lives in the talk.md file here. #Outline
- init, add, commit
- log, status, diff
- Branches for topics/tasks, checkout, reset (stash)
- remote (and SSH keys), clone
- pull, push, merge
- pull requests
Version control best-practices Git book Git for windows Git for Visual Studio