icefall/git.sh
2022-12-09 15:53:58 +09:00

7 lines
107 B
Bash
Executable File

git add *
git commit -m "from local"
git push
#git push --set-upstream origin summit
echo "git push done"