From 062f984d1c1df463ce04748a2299842ce7654966 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 23 Mar 2018 11:09:06 +0100 Subject: [PATCH] tiny doc improvement [noci] --- doc/doxygen/inside_release.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/inside_release.doc b/doc/doxygen/inside_release.doc index 5d710e43c2..7422e9e0e7 100644 --- a/doc/doxygen/inside_release.doc +++ b/doc/doxygen/inside_release.doc @@ -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 -- 2.20.1