|
|
@ -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`
|
|
|
|