Update deploy.sh
This commit is contained in:
parent
a8d4fb74d9
commit
df33b731ea
11
deploy.sh
11
deploy.sh
|
@ -1,12 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
git status -s
|
||||
|
||||
git add src
|
||||
|
||||
git commit
|
||||
|
||||
git push origin HEAD:master
|
||||
git push origin master
|
||||
#git push origin --tags
|
||||
|
||||
git push backup HEAD:master
|
||||
#git push backup --tags
|
||||
git push codeing master
|
||||
#git push coding --tags
|
||||
|
||||
git push gitee master
|
||||
#git push gitee --tags
|
||||
|
||||
|
|
Loading…
Reference in New Issue