We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfbffd commit f621058Copy full SHA for f621058
understanding-git.tex
@@ -569,11 +569,7 @@ \subsection{\gitcmd{revert}}
569
\end{tikzpicture}
570
\end{figure}
571
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
- }
+ By using the \gflag{-n} flag, \gitcmd{revert} will batch the changes and wait for you to commit the result.
577
\end{frame}
578
579
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0 commit comments