예를 들어 hoten 프로젝트가 있는데, 이 프로젝트를 github과coding.net에 동시에 푸시해야 합니다
이를 어떻게 달성할 수 있나요?
人生最曼妙的风景,竟是内心的淡定与从容!
검색해 보세요. SF가 예전에 이런 질문을 했는데요, 휴대폰으로 답변하기가 불편해서 검색결과는 이렇습니다: https://www.v2ex.com/t/37919
목표를 달성하려면 로컬 창고의 .git/config 파일을 편집하세요. `[원격 "모두"]
푸시 명령: git push all
git push all
git remote 메소드를 사용할 수 있습니다. git remote add origin git@github.com:foo/bar.gitgit 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
그럼 푸시git push origin mastergit push gitcafe master
git push origin master
git push gitcafe master
저는 며칠 전에 우연히 이 문제를 접하고 여러분에게 도움이 되기를 바라며 블로그를 작성했습니다. git은 여러 원격 저장소를 생성합니다
검색해 보세요. SF가 예전에 이런 질문을 했는데요, 휴대폰으로 답변하기가 불편해서 검색결과는 이렇습니다: https://www.v2ex.com/t/37919
목표를 달성하려면 로컬 창고의 .git/config 파일을 편집하세요.
으아악`[원격 "모두"]
푸시 명령:
git push all
git remote
메소드를 사용할 수 있습니다.git remote add origin git@github.com:foo/bar.git
git remote add gitcafe git@gitcafe.com:hello/world.git
그럼 푸시
git push origin master
git push gitcafe master
저는 며칠 전에 우연히 이 문제를 접하고 여러분에게 도움이 되기를 바라며 블로그를 작성했습니다. git은 여러 원격 저장소를 생성합니다