Skip to content
Snippets Groups Projects
Commit dec2c6c1 authored by Laros's avatar Laros
Browse files

Updated basics slides.

parent ab8e4ecf
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,8 @@
$ git commit
\end{lstlisting}
This will open an editor, give a short description of the changes you made.
This will open an editor, give a short description (50 characters) and a list
of the changes (72 column format).
\begin{itemize}
\item Useful when you want to search.
\end{itemize}
......@@ -238,7 +239,7 @@
\bigskip
\begin{lstlisting}[language=none, caption=Difference between the working copy
and the last commit.]
and the staging area.]
$ echo Third version. > README
$ git diff
--- a/README
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment