Git Branching
- Create a branch
- Create a branch
- Switch between branches
- Exercises Session 4
- Simple automatic merge
- Merge with conflict
- Repeated merge
- Delete branch
- Force delete branch
- Delete remote branch
- Exercises Session 6
- rebase
- Exercises Session 7
- Various ways to list changes
- log between commits
- log show filenames
- Show history of renamed file
- Commits that were not merged yet
- Git tag
- Remove tags
- Exercise
- Exercises Session 3