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
.git
directory?
- What's inside the
- Stages of the git workflow
- Working directory
- Staging area
- Local repository
- Remote repository (GitHub)
- Basic Git commands
git add
git commit
git push
git fetch
git merge
git pull
The second workshop on Code Reviews can be found this handbook page.