summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2018-03-23 17:09:28 -0600
committerKenny Ballou <kballou@devnulllabs.io>2018-03-23 21:21:07 -0600
commit7f8f1622a0ca6aca9edf5c639740d597f0534819 (patch)
treedbbaa66fecf9c151024661f804785f6f218b5a8d
parentee5634d89054c52dc7278bfdd1756535cebf9087 (diff)
downloadgit-in-reverse-7f8f1622a0ca6aca9edf5c639740d597f0534819.tar.gz
git-in-reverse-7f8f1622a0ca6aca9edf5c639740d597f0534819.tar.xz
add 2 parent merge, unmerged slide
-rw-r--r--src/git-in-reverse.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/git-in-reverse.tex b/src/git-in-reverse.tex
index fe82ac9..86ed438 100644
--- a/src/git-in-reverse.tex
+++ b/src/git-in-reverse.tex
@@ -842,6 +842,25 @@ Currently, all branches are pointing to the same commit:
\node (C2) at (0, 3) {C2};
\node[text=solarizedMagenta] (C2') at (1, 3) {C2};
\node[text=solarizedMagenta] (C3) at (1, 2) {C3};
+
+\draw[-o,thick] (C0) -- (C1);
+\draw[-o,thick] (C1) -- (C2);
+\draw[-o,thick] (C1) to[in=90,out=-90] (C2');
+\draw[-o,thick] (C2') -- (C3);
+\end{tikzpicture}
+\end{figure}
+\end{frame}
+
+\begin{frame}
+\frametitle{Git± Merging}
+\framesubtitle{$2$-Parent Merge}
+\begin{figure}
+\begin{tikzpicture}
+\node (C0) at (0, 6.5) {C0};
+\node (C1) at (0, 5) {C1};
+\node (C2) at (0, 3) {C2};
+\node[text=solarizedMagenta] (C2') at (1, 3) {C2};
+\node[text=solarizedMagenta] (C3) at (1, 2) {C3};
\node[text=solarizedOrange] (M1) at (0, 0) {M1};
\coordinate (M) at (0, 0.5);