Introduction
Below are the slides presented at the first workshop on Git. Full screen at this link
These slides can also be accessed through this link (you may need to request access).
The slides cover the following topics:
- What is Git?
- Why use Git?
- What is a Git repository?
- What's inside the
.gitdirectory?
- What's inside the
- Stages of the git workflow
- Working directory
- Staging area
- Local repository
- Remote repository (GitHub)
- Basic Git commands
git addgit commitgit pushgit fetchgit mergegit pull
The second workshop on Code Reviews can be found this handbook page.