티스토리 뷰

local과 remote와의 연결관계 설정


- remote 정보 조회(v는 주소까지 출력)

git remote -v


- local에 origin이라는 이름으로 remote 정보 추가

git remote add origin http://id@address.com/project


- local의 origin remote 정보 제거

git remote remove origin


- local에 git 저장소 생성(초기화)

git init


- local에 remote의 clone 생성

git clone http://id@address.com/project

'공부 > project version management' 카테고리의 다른 글

git remote branch control  (0) 2015.06.26
git Tracking branch  (0) 2015.04.16
[git] commit & merge & push process  (0) 2015.04.15
git remote disconnect and connect  (0) 2015.04.08
[링크] Git 브랜치 배우기  (0) 2014.02.20
댓글
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함