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 then
git status git status
fi fi
echo
echo # (optional) move to a new line echo # (optional) move to a new line
read -p "Voulez-vous ajouter les modifications courantes ? " -n 1 -r read -p "Voulez-vous ajouter les modifications courantes ? " -n 1 -r
@@ -20,6 +21,7 @@ then
then then
git add . git add .
fi fi
echo
fi fi
TEST2=`git status | grep propre | wc -l` TEST2=`git status | grep propre | wc -l`