Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add new signal trigerred when some config has been done in the XML
[simgrid.git] / 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