浏览代码

202511260820

develop
Thibaud 1 个月前
父节点
当前提交
cedf94d2fe
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. +0
    -9
      git_99_status.sh

+ 0
- 9
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`

正在加载...
取消
保存