projet crepp_git/crepp-projects/fauteuil-roulant · branche main
gitCommit.sh Voir sur GitLab

echo -e "Update of TOC..."
python3 Tools/generateTOC.py "README.md"
echo -e "TOC updated !"
#Update repo
git add .
git commit -am "$1"
branch=$(git rev-parse --abbrev-ref HEAD)
git push origin $branch