Skip to content

Commit ea3317c

Browse files
committed
Correct placement of master for squash merge example
`master` should be on D, not B.
1 parent f68aea9 commit ea3317c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

understanding-git.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ \subsection{\gitcmd{merge}}
11671167
}
11681168
};
11691169
\gitbranch{master}
1170-
{above=of B} {B}
1170+
{above=of D} {D}
11711171
\gitbranch{topic}
11721172
{right=of E} {E}
11731173
\gitHEAD

0 commit comments

Comments
 (0)