Git 메모

DM wiki
Kim135797531 (토론 | 기여)님의 2020년 10월 10일 (토) 09:51 판 (새 문서: <nowiki>*</nowiki> Remote 레포 추가<syntaxhighlight lang="bash"> git remote add origin ssh://git@svc:29418/d-kim/dcem.git git remote add github ssh://[email protected]/kim135797531/d...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
둘러보기로 이동 검색으로 이동

* Remote 레포 추가

git remote add origin ssh://git@svc:29418/d-kim/dcem.git
git remote add github ssh://[email protected]/kim135797531/dcem.git
git push -u origin master
git push -u master master