Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- profile
- maVen
- lsof
- plugin
- VirtualBox
- ssh
- xargs
- GIT
- Eclipse
- JavaScript
- web.xml
- bash
- netsh
- resource
- port
- 단축키
- IntelliJ
- Windows 10
- 네트워크
- vscode
- find
- grep
- tomcat
- 줄바꿈 문자
- Mac
- context
- Quartz
- import
- Windows
- Source
Archives
- Today
- Total
develog
[git] merge vs merge --no-ff vs merge --squash vs rebase 본문
merge 전 상태
- Branch 는 master, feature 2개
git merge feature
- Branch All
- Branch master
git merge feature --no-ff
- Branch All
- Branch master
git merge feature --squash
- Branch All
- Branch master
git rebase feature
- Branch All
- Branch master
'Dev > git' 카테고리의 다른 글
[git] reset, 커밋 취소 (0) | 2021.10.26 |
---|---|
[git] 현재 branch 의 변경 내용을 모두 rollback (0) | 2021.10.26 |
git commit 취소 (0) | 2021.08.25 |
[git] diff (0) | 2021.08.09 |
[github] ssh 설정 (mac) (0) | 2021.08.03 |
Comments