git - 如何将本地代码提交到多个远程仓库?
黄舟
黄舟 2017-04-28 09:06:17
0
4
635

例如我有个项目 hoten,需要在同时推送到 github 和 coding.net

请问这该如何实现?

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

répondre à tous(4)
迷茫

Vous devriez effectuer une recherche. SF a déjà posé cette question. Il n'est pas pratique de répondre à la question sur un téléphone portable, voici donc le résultat de la recherche : https://www.v2ex.com/t/37919

小葫芦

Modifiez le fichier .git/config de l'entrepôt local pour atteindre l'objectif :
`[à distance "tous"]

            url = git@github.com:foo/bar.git

            url = git@gitcafe.com:hello/world.git`

Commande Push :
git push all

大家讲道理

Vous pouvez utiliser la méthode git remote.
git remote add origin git@github.com:foo/bar.git
git remote add gitcafe git@gitcafe.com:hello/world.git

Puis poussez
git push origin master
git push gitcafe master

迷茫

J'ai rencontré ce problème il y a quelques jours et j'ai écrit un blog, j'espère qu'il vous sera utile. git crée plusieurs référentiels distants

Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal