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
- 객체참조 #객체
- lightsail nodejs apache
- ESLint
- TypeScript
- 클로저
- #cloudfront #s3 #html 확장자 없애기
- this
- jest
- url #querystring
- 기후변화
- NPM
- git pair
- OOP
Archives
- Today
- Total
목록git pair (1)
Hello World...
git pull pair
페어 프로그래밍시 깃 플로우. repo fork 후 로컬에 클론 $ git clone 페어의 레포 연결하기 git remote add [별칭] [저장소 주소] $ git remote add $ git remote -v // 현재 원격 저장소 확인 $ git remote remove 저장소 이름 지우기 본인 레포 커밋 후 푸시 $ git add . $ git commit -m 'change' $ git push origin master(or other branch name) 페어 레포에서 풀하기 $ git pull pair master(or other branch name)
git
2019. 12. 23. 21:25