标签:ble commit mode isp 自己的 for theme ror git push
vim .git/config
[remote "origin"]
url = git@xxx.com:xxx/xxx.git
[remote "new"]
url = git@xxx.com:xxx/xxx.git
git push new ‘refs/remotes/origin/*:refs/heads/*‘ # 推送所有branch、commit记录
git push new --tags # 推送所有tags
标签:ble commit mode isp 自己的 for theme ror git push
原文地址:https://www.cnblogs.com/lolau/p/9959932.html