Branching
- Branching in Git
- Create a branch
- Switch between branches
- Exercises Session 4
- Simple automatic merge
- Merge with conflict
- Exercises Session 5
- Repeated merge
- Delete branch
- Force delete 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
- Stash
- Exercises Session 8
- bisect - find broken commit
- Exercises Session 9
- Working with remote repository
- Fork repository
- Clone repository
- Make some local changes
- push out local changes to branch
- Send Pull-Request
- Make more changes and update the pull-request
- Follow the changes in the original repository
- Remove local branch
- Remove remote branch
- Resources
- Thank you