Github, Gitlab 동시에 쓰기

MINSU KANG·2019년 12월 10일
1

현재 연결된 저장소 확인

git remote -v

새로운 저장소 추가

git remote add upstream [git 주소]

추가된 저장소 확인

git remote -v

추가된 저장소에 Push

git push upstream

Git 계정이 다를 경우 수정하여 Push

git config user.name [계정]
git config user.email [이메일]
profile
ㄱㅂㅈ

0개의 댓글