From cedf94d2fe2999969ce0a15a018476458928f27d Mon Sep 17 00:00:00 2001 From: Thibaud Date: Wed, 26 Nov 2025 08:20:02 +0100 Subject: [PATCH] 202511260820 --- git_99_status.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/git_99_status.sh b/git_99_status.sh index 4678ff5..6bbb5e3 100755 --- a/git_99_status.sh +++ b/git_99_status.sh @@ -13,15 +13,6 @@ then git status fi 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 TEST2=`git status | grep propre | wc -l`