add 9-conflicts
[gitjutsu.git] / 0-outline
blob0b2e34fb950d751336a337b79545cabbdb5011ec
1 A brief list of topics I want to cover, vaguely in order:
3 * TODO: Is Git appropriate for a particular situation? (hint: yes)
4 * TODO: setting up Git on your computer
5 * 3-datastorage - using Git to store data and create a history
6 * 4-tothepast - going back and inspecting that history, also, how commits have a unique name that verifies both the attached revision and the entire history
7 * 5-workingwithpatches
8 * 6-alternatetimelines - branches
9 * 7-tothefuture - rebasing
10 * 8-thestagingarea
11 * 9-conflicts
12 * TODO: collaboration
14 "optional" topics:
15 * TODO: public hosting
16 * TODO: bisecting
17 * TODO: establishing blame
18 * TODO: submodules
19 * TODO: data recovery