Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny doc improvement [noci]
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 23 Mar 2018 10:09:06 +0000 (11:09 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 23 Mar 2018 21:18:14 +0000 (22:18 +0100)
doc/doxygen/inside_release.doc

index 5d710e4..7422e9e 100644 (file)
@@ -43,8 +43,8 @@ cmake . && make dist
 
 If you prefer, you can clean your repository the hard way:
 \verbatim
-git reset --hard master # warning, it will kill your uncommited changes
-git clean -dfx          # warning, it will kill your uncommited changes
+git reset --hard master # remove all uncommited changes to the files tracked by git
+git clean -dfx          # delete all files and directories that are not tracked by git
 cmake . && make dist
 \endverbatim