Git Branching

  1. Create a branch
  2. Create a branch
  3. Switch between branches
  4. Exercises Session 4
  5. Simple automatic merge
  6. Merge with conflict
  7. Repeated merge
  8. Delete branch
  9. Force delete branch
  10. Delete remote branch
  11. Exercises Session 6
  12. rebase
  13. Exercises Session 7
  14. Various ways to list changes
  15. log between commits
  16. log show filenames
  17. Show history of renamed file
  18. Commits that were not merged yet
  19. Git tag
  20. Remove tags
  21. Exercise
  22. Exercises Session 3