From 484dd36ce8e3068210225c2ee29b433eccb5de7e Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 19 Dec 2019 12:13:27 +0000 Subject: 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. --- tex/git-branch.tex | 15 +++++++++++---- 1 file 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. -- cgit v1.2.1