File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
SoftwareGuide/Latex/Appendices Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -232,24 +232,24 @@ \subsubsection{Notation}%
232232Branch name &
233233\begin {tikzpicture }
234234\node [DAGref,fill=pink](master){master};
235- \end {tikzpicture } \\
235+ \end {tikzpicture }\\
236236Current branch &
237237\begin {tikzpicture }
238238\node [DAGref,fill=pink](master){*master};
239- \end {tikzpicture } \\
239+ \end {tikzpicture }\\
240240Commit with parent in same branch &
241241\begin {tikzpicture }
242242\gitDAG [grow right sep = 2em, branch down = 3em]{
243243 {[nodes=placeholder commits] "..." } -- C1
244244};
245- \end {tikzpicture } \\
245+ \end {tikzpicture }\\
246246Commit with two parents (merge) &
247247\begin {tikzpicture }
248248\gitDAG [grow right sep = 1em, branch down = 3em]{
249249 {[nodes=placeholder commits] "..." } -- C1,
250250 C2; {C2 -- C1}
251251};
252- \end {tikzpicture } \\
252+ \end {tikzpicture }\\
253253% \bottomrule
254254\end {tabular }
255255\end {center }
You can’t perform that action at this time.
0 commit comments