Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ESLint
- 기후변화
- url #querystring
- 객체참조 #객체
- 클로저
- this
- git pair
- #cloudfront #s3 #html 확장자 없애기
- TypeScript
- lightsail nodejs apache
- OOP
- NPM
- jest
Archives
- Today
- Total
Hello World...
git pull pair 본문
페어 프로그래밍시 깃 플로우.
repo fork 후 로컬에 클론
$ git clone <repo URL>
페어의 레포 연결하기 git remote add [별칭] [저장소 주소]
$ git remote add <pair> <repo URL for pairs fork>
$ git remote -v // 현재 원격 저장소 확인
$ git remote remove <name> 저장소 이름 지우기
본인 레포 커밋 후 푸시
$ git add .
$ git commit -m 'change'
$ git push origin master(or other branch name)
페어 레포에서 풀하기
$ git pull pair master(or other branch name)
'git' 카테고리의 다른 글
github default branch 변경하기 (0) | 2020.01.14 |
---|
Comments