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 f62cfff commit fd6f649Copy full SHA for fd6f649
slides.tex
@@ -36,7 +36,7 @@ \section{The Git model}
36
\begin{itemize}
37
\item A Git repository contains four kinds of \emph{objects}.
38
\item An object is either a \emph{blob} (file), a \emph{tree}
39
- (directory), a \emph{commit}, or a \emph{tag}.
+ (directory), a \emph{commit} (revision), or a \emph{tag}.
40
\item Every object is uniquely identified by a 40 hex digit number,
41
which is the SHA-1 hash of its contents.
42
0 commit comments