Skip to content

Commit 13c2ace

Browse files
committed
gitk HEAD --all is useful for detached heads and mid-rebases.
1 parent fd6f649 commit 13c2ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: slides.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ \section{Using Git}
481481
\begin{frame}
482482
\frametitle{Getting out of trouble}
483483
\begin{description}[\texttt{git reset --hard \textit{commit}}]
484-
\item[\texttt{gitk --all}\hfill] The graphical repository browser is
484+
\item[\texttt{gitk HEAD --all}\hfill] The graphical repository browser is
485485
immensely useful for visualizing what's going on in your
486486
repository.
487487
\item[\texttt{git reflog}\hfill] Show the \emph{reflog} entries for

0 commit comments

Comments
 (0)