git相关 2020.5.5 2021.7.12 git 89 1 分钟git添加多个远程1 2 3 4 5 6 # 添加远端, 一次push到多个仓库 git remote set-url --add origin https://github.com/example/test.git # 查看远端仓库 git remote -v # 添加远端仓库,pull/push时需要指定 git remote set-url --add other https://other.test.com/zxbetter/test.git git 贮藏1 2 git stash save "stash info" git stash pop 作者:saltfish链接:https://xs-cw.github.io/posts/git/许可:转载标明出处