Skip to content
Snippets Groups Projects
Commit 65ef2ce9 authored by Philippe Dosch's avatar Philippe Dosch
Browse files

Fix command used to remove a file from the index

parent 6ef3a883
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@
\item
Suppression d'un fichier de l'index (il ne participera donc pas
au prochain commit)\\
\ex{git -r --cached \emph{fichier}}
\ex{git reset HEAD \emph{fichier}}
\end{itemize}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment