From 65ef2ce9f86e7d82ce2155d93e22447b453f9d53 Mon Sep 17 00:00:00 2001 From: Philippe Dosch <Philippe.Dosch@loria.fr> Date: Sun, 5 Jan 2014 23:09:13 +0100 Subject: [PATCH] Fix command used to remove a file from the index --- moregit.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moregit.tex b/moregit.tex index 583c0b1..7980fea 100644 --- a/moregit.tex +++ b/moregit.tex @@ -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} } -- GitLab