202511211320

This commit is contained in:
Thibaud
2025-11-21 13:20:34 +01:00
parent 8483b06342
commit 227cf54995
+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`