728x90
320x100
오늘의 궁금증 :
인텔리제이에서 Update Project 를 클릭하면
Merge incoming changes into the current branch 와
Rebase the current branch on top of incoming changes 를 고르라고 뜬다.
둘의 차이가 뭘까?
Merge incoming changes into the current branch
- 본인이 작성하던 코드가 수정된 경우 충돌을 미리 알려주고 어떻게 합병할지 물어봄.
Rebase the current branch on top of incoming changes
- 커밋로그도 새로 쓰고 정렬도 세로하고 기존의 커밋트리가 완전 변경된다 Master를 변경한다고 생각하면 됨.
- 되도록이면 Merge incoming changes into the current branch을 사용하고 필요에 의해 Rebase를 사용해야지
출처 - https://leirbag.tistory.com/53
728x90
320x100
'💻 하나씩 차곡차곡 > etc.' 카테고리의 다른 글
[인텔리제이/IntelliJ] 라이브 템플릿(Live Templete)을 활용하여 자동완성 커스텀 하기 (0) | 2024.01.30 |
---|---|
[인텔리제이/IntelliJ] 자바(Java) 프로젝트 초기셋팅 이것저것 (Java 버전, application context 수정, tomcat 서버 설정, maven 위치 설정) (0) | 2024.01.25 |
[intelliJ/인텔리제이] No Python interpreter configured for the module 오류 해결 (2) | 2024.01.02 |
[이클립스/eclipse] 디버깅 단축키 (0) | 2023.12.09 |
[이클립스/eclipse] 디버깅 시, break point 안 잡힐 때 (2) | 2023.12.08 |