Sanmill/deploy.sh

18 lines
197 B
Bash
Raw Normal View History

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