Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 503 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 503 Bytes

Git for daily use - Exercieses

This is a companion repository to git-for-daily-use.

To keep the exercises separate, each lives in its own branch.

Exercise 1: Creating good commits

$ git checkout -t origin/ex1-creating-good-commits

Exercise 2: Using merge and rebase

$ git checkout -t origin/ex2-merge-and-rebase

Exercise 3: Handling conflicts

$ git checkout -t origin/ex3-handling-conflicts