202511260820
This commit is contained in:
@@ -13,15 +13,6 @@ then
|
|||||||
git status
|
git status
|
||||||
fi
|
fi
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo # (optional) move to a new line
|
|
||||||
read -p "Voulez-vous ajouter les modifications courantes ? " -n 1 -r
|
|
||||||
echo # (optional) move to a new line
|
|
||||||
if [[ $REPLY =~ ^[YyOo]$ ]]
|
|
||||||
then
|
|
||||||
git add .
|
|
||||||
fi
|
|
||||||
echo
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TEST2=`git status | grep propre | wc -l`
|
TEST2=`git status | grep propre | wc -l`
|
||||||
|
|||||||
Reference in New Issue
Block a user