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

Add the command allowing to unadd (from the index)

parent 4f96b1fa
No related branches found
No related tags found
No related merge requests found
......@@ -1972,6 +1972,10 @@
\item
Suppression de tous les fichiers non suivis et ignorés\\
\ex{git clean -fx}
\item
Suppression d'un fichier de l'index (il ne participera donc pas
au prochain commit)\\
\ex{git -r --cached \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