代码拉取完成,页面将自动刷新
This project offers following git scripts:
git sync
: Synchronize two remote branches by merging them and then pushing back to remote. This command is quite useful if you have two remote repositories that might be updated in parallel.git pushself
: Push current branch to remote repository with the same branch name. When you are on a feature/bugfix branch whose name might be very long, then you could use this command to push the branch to remote without specifying branch name.asciidoc
is required to build man pagesyum install asciidoc
git sync develop shanghai beijing
: Synchronize shanghai/develop
with beijing/develop
.git sync shanghai/master beijing/mirror
: Synchronize shanghai/master
with beijing/mirror
.git pushself -a
: Push current branch to all remote repositories.git pushself -a -b newname
: Push current branch to branch newname
of all remote repositories.git help sync
: See man page.git help pushself
: See man page.此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。