aboutsummaryrefslogtreecommitdiff
path: root/tex/git-branch.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/git-branch.tex')
-rw-r--r--tex/git-branch.tex15
1 files changed, 11 insertions, 4 deletions
diff --git a/tex/git-branch.tex b/tex/git-branch.tex
index fe471e9..cf134a0 100644
--- a/tex/git-branch.tex
+++ b/tex/git-branch.tex
@@ -118,12 +118,19 @@
\end{tikzpicture}
\column{8cm}
- \vspace{-5mm}
+ \vspace{-1cm}
\begin{itemize}
- \setlength\itemsep{0.3cm}
- \item Template's history is recorded.
+ \setlength\itemsep{0.2cm}
+ \item Template's history is recorded in Git.
\ifdefined\projinit
- \item New project: a branch from the template.
+ \item New project: a branch from the template.\\
+ Recall that \alert{every commit} contains the following:
+ \begin{itemize}
+ \item Instructions to download, verify and build \alert{software}.
+ \item Instructions to download and verify input \alert{data}.
+ \item Instructions to run software on data (do the \alert{analysis}).
+ \item Narrative description of project's purpose/\alert{context}.
+ \end{itemize}
\fi
\ifdefined\projwork
\item Research progresses in the project branch.