우주먼지 개발 log

[git][펌]git pull 전략 (default, -ff-only, --rebase) 본문

etc

[git][펌]git pull 전략 (default, -ff-only, --rebase)

개발자먼지 2024. 1. 10. 11:42
반응형

https://sanghye.tistory.com/43

 

[GIT] Git pull 전략 (default, --ff -only, --rebase)

git pull 을 별도 옵션 없이 하게되면 다음과 같은 warning 이 발생하는 것을 볼 수 있습니다. warning: Pulling without specifying how to reconcile divergent branches is discouraged. You can squelch this message by running one of the

sanghye.tistory.com

 

나중에 더 읽어보기!

디폴트는 머지인듯하다.

그 전엔 왜 설정해준 기억이 없지..

반응형