fix a typo
[gitjutsu.git] / 0-outline
blob82689ea6c219152a87068378611583d3dc7a61b4
1 \section{Outline}
3 A brief list of topics I want to cover, vaguely in order:
4 \begin{itemize}
5 \item TODO: Is Git appropriate for a particular situation? (hint: yes)
6 \item TODO: setting up Git on your computer
7 \item 3-datastorage - using Git to store data and create a history
8 \item 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
9 \item 5-workingwithpatches
10 \item 6-alternatetimelines - branches
11 \item 7-tothefuture - rebasing
12 \item 8-thestagingarea
13 \item 9-conflicts
14 \item 10-collaboration
15 \end{itemize}
17 "optional" topics:
18 \begin{itemize}
19 \item TODO: public hosting
20 \item TODO: bisecting
21 \item TODO: establishing blame
22 \item TODO: submodules
23 \item TODO: data recovery
24 \end{itemize}