Explorar el Código

202511260820

develop
Thibaud hace 1 mes
padre
commit
cedf94d2fe
Se han modificado 1 ficheros con 0 adiciones y 9 borrados
  1. +0
    -9
      git_99_status.sh

+ 0
- 9
git_99_status.sh Ver fichero

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

Cargando…
Cancelar
Guardar