티스토리 뷰
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 |
댓글