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