develop #1

Merged
tibo merged 17 commits from develop into hotfix 2025-12-18 07:54:13 +00:00
Showing only changes of commit 227cf54995 - Show all commits
+2
View File
@@ -12,6 +12,7 @@ then
then
git status
fi
echo
echo # (optional) move to a new line
read -p "Voulez-vous ajouter les modifications courantes ? " -n 1 -r
@@ -20,6 +21,7 @@ then
then
git add .
fi
echo
fi
TEST2=`git status | grep propre | wc -l`