迷茫2017-04-28 09:08:17
SF が以前にこの質問をしたことがあり、携帯電話で質問に答えるのは不便なので、検索結果を提供します: https://www.v2ex.com/t/ 37919
高洛峰2017-04-28 09:08:17
目標を達成するには、ローカル ウェアハウスの .git/config ファイルを編集します:
`[リモート「すべて」]
プッシュコマンド: git push all
大家讲道理2017-04-28 09:08:17
git Remote
メソッドを使用できます。git Remote add Origin git@github.com:foo/bar.git
git Remote add gitcafe git @gitcafe.com:hello/world.git
git remote
方法。git remote add origin git@github.com:foo/bar.git
git remote add gitcafe git@gitcafe.com:hello/world.git
然后push的时候git push origin master
git push gitcafe master
git Push Origin master
git Push gitcafe master
🎜