2020-11-01 10:57:30 +08:00
|
|
|
#!/bin/bash
|
|
|
|
|
2019-08-11 22:40:11 +08:00
|
|
|
git status -s
|
|
|
|
|
2020-12-21 23:51:46 +08:00
|
|
|
#git add src
|
2019-08-11 22:40:11 +08:00
|
|
|
|
2020-12-21 23:51:46 +08:00
|
|
|
#git commit
|
2019-08-11 22:40:11 +08:00
|
|
|
|
2020-11-01 10:57:30 +08:00
|
|
|
git push origin master
|
2019-08-11 22:40:11 +08:00
|
|
|
#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
|
2019-08-11 22:40:11 +08:00
|
|
|
|