개요git pull —rebase 를 쓰자 는 포스팅을 썼음에도 git rebase origin/develop 이라고 쓰고 있다는 것을 자각했다(Pull Request를 develop 브랜치로 하고 있다). 그리고, 이 둘의 차이가 무엇인지 명확히 알지 못한다는 것도 깨달았다.제대로 정리하고 넘어가자.TL;DRgit pull --rebase origin develop 를 쓰자상황feat/new-fantastic-feature 브랜치에 새로운 기능 구현을 완료하고 Pull Request를 하기 직전이다.GitHub Repository의 Default branch 설정은 develop 브랜치이다. remote의 develop 브랜치를 rebase 한 다음 깔끔하게 PR을 보내고 싶다.git pull --re..
개요 열심히 업무를 하다보니 Pull Request를 보내고 미처 지우지 않은 branch들이 많다. 그런데 이걸 하나씩 git branch -D {branch_name} 으로 지우려니 번거롭다. TL;DR 링크: https://medium.com/@rajsek/deleting-multiple-branches-in-git-e07be9f5073c $ git branch | grep "" | xargs git branch -D 실습으로 하나씩 동작을 이해해보자. 준비 작업 쓸데없는 브랜치를 마구 만들었다. $ git branch branch들을 출력한다. $ git branch | grep feat 출력한 branch 들 중에서 feat가 들어가는 항목들만 추려낸다 $ git branch | grep fea..
- Total
- Today
- Yesterday
- 오블완
- agile
- 인텔리제이
- intellij
- go
- solid
- 독서후기
- golang
- 클린 애자일
- 2023
- 티스토리챌린지
- ChatGPT
- API
- notion
- github
- Gin
- folklore
- OpenAI
- 잡학툰
- bun
- strange
- Bug
- 체호프
- 제이펍
- websocket
- 엉클 밥
- 독서
- clean agile
- 영화
- 노션
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |