Sanmill/deploy.sh

18 lines
196 B
Bash
Raw Normal View History

2020-11-01 10:57:30 +08:00
#!/bin/bash
git status -s
git add src
git commit
2020-11-01 10:57:30 +08:00
git push origin master
#git push origin --tags
2020-11-01 10:57:30 +08:00
git push codeing master
#git push coding --tags
git push gitee master
#git push gitee --tags