Sanmill/deploy.sh

13 lines
146 B
Bash
Raw Normal View History

git status -s
git add src
git commit
git push origin HEAD:master
#git push origin --tags
git push backup HEAD:master
#git push backup --tags