Skip to content

Commit f621058

Browse files
committed
Correct explanation for git revert attempt 2
The explanation was copied from the first attempt and was not changed.
1 parent ebfbffd commit f621058

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

understanding-git.tex

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -569,11 +569,7 @@ \subsection{\gitcmd{revert}}
569569
\end{tikzpicture}
570570
\end{figure}
571571

572-
By default, \gitcmd{revert} will create one commit for each commit being reverted.
573-
\note{
574-
The revert commits are in reverse order because the range \texttt{..} is used.
575-
If the commits were passed individually, they would be reverted in the order given.
576-
}
572+
By using the \gflag{-n} flag, \gitcmd{revert} will batch the changes and wait for you to commit the result.
577573
\end{frame}
578574

579575
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

0 commit comments

Comments
 (0)