깃 푸시 저장소 추가하는 방법
깃 푸시 저장소 추가하는 방법 $ vi .git/config … [remote "origin"] url = git@github.com:username/repository.git fetch = +refs/heads/*:refs/remotes/origin/* pushurl = git@gitlab.com:username/repository.git Using Command Pull multiple: git fetch –all View existing remotes: …