Browse Source

202511211240

develop
Thibaud 1 month ago
parent
commit
ac3003b23e
2 changed files with 2 additions and 6 deletions
  1. +1
    -5
      git_01_quick_commit.sh
  2. +1
    -1
      git_99_status.sh

+ 1
- 5
git_01_quick_commit.sh View File

@ -4,8 +4,4 @@ TIMESTAMP=`date "+%Y%m%d%H%M"`
git_99_status.sh git_99_status.sh
TEST=`git status | grep propre | wc -l`
if [ $TEST -eq 0 ]
then
git commit -m "$TIMESTAMP"
fi
git commit -m "$TIMESTAMP"

+ 1
- 1
git_99_status.sh View File

@ -21,5 +21,5 @@ then
git add . git add .
fi fi
else else
echo "STATUS OK"
echo "GIT STATUS OK"
fi fi

Loading…
Cancel
Save