Skip to content

Commit fd6f649

Browse files
committed
commit (revision)
1 parent f62cfff commit fd6f649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slides.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ \section{The Git model}
3636
\begin{itemize}
3737
\item A Git repository contains four kinds of \emph{objects}.
3838
\item An object is either a \emph{blob} (file), a \emph{tree}
39-
(directory), a \emph{commit}, or a \emph{tag}.
39+
(directory), a \emph{commit} (revision), or a \emph{tag}.
4040
\item Every object is uniquely identified by a 40 hex digit number,
4141
which is the SHA-1 hash of its contents.
4242
\begin{itemize}

0 commit comments

Comments
 (0)