aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-12-19 12:13:27 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-12-19 12:13:27 +0000
commit484dd36ce8e3068210225c2ee29b433eccb5de7e (patch)
treef4d139ea79073ba22a5d2de8926a4ea12f428c83
parent126b82c558fd4385304df401c6cbcddf088747e9 (diff)
Described what is in every commit in slide showing Git's benefit
Since some of the audience is not yet fully familiar with Git, I thought its necessary to remind them in the slide showing Git branching, that every commit contains all aspects of the project.
-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.