mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:20:05 +08:00
Add -f flag (#4459)
This commit is contained in:
parent
05e45fc053
commit
dd6c9db172
@ -7,19 +7,19 @@ usage () {
|
||||
push_gitee()
|
||||
{
|
||||
git remote add gitee https://SpaceVimBot:${BOTSECRET}@gitee.com/spacevim/SpaceVim.git
|
||||
git push gitee master
|
||||
git push gitee master -f
|
||||
}
|
||||
|
||||
push_gitlab()
|
||||
{
|
||||
git remote add gitlab https://SpaceVimBot:${BOTSECRET}@gitlab.com/SpaceVim/SpaceVim.git
|
||||
git push gitlab master
|
||||
git push gitlab master -f
|
||||
}
|
||||
|
||||
push_coding()
|
||||
{
|
||||
git remote add coding https://spacevim%40outlook.com:${CODINGBOTSECRET}@e.coding.net/spacevim/SpaceVim.git
|
||||
git push coding master
|
||||
git push coding master -f
|
||||
}
|
||||
|
||||
main () {
|
||||
|
Loading…
Reference in New Issue
Block a user