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
- 단축키
- bash
- 네트워크
- import
- context
- vscode
- find
- netsh
- GIT
- Windows
- plugin
- xargs
- resource
- profile
- Mac
- tomcat
- port
- VirtualBox
- grep
- Eclipse
- Source
- 줄바꿈 문자
- web.xml
- IntelliJ
- JavaScript
- maVen
- ssh
- Quartz
- lsof
- Windows 10
Archives
- Today
- Total
develog
[git] merge 본문
특정 커밋 merge
git merge --no-ff 2c049d3
파일을 merge하지만 commit 은 하지 않는다
git merge --no-commit
브랜치 커밋을 하나로 합치로 커밋은 하지 않는다
git merge --squash --no-commit
'Dev > git' 카테고리의 다른 글
[git] config 기본 셋팅 (0) | 2022.02.17 |
---|---|
[git] git init --bare (0) | 2022.02.17 |
[git] reset, 커밋 취소 (0) | 2021.10.26 |
[git] 현재 branch 의 변경 내용을 모두 rollback (0) | 2021.10.26 |
[git] merge vs merge --no-ff vs merge --squash vs rebase (0) | 2021.10.26 |
Comments