반응형
SMALL
git 충돌해결
-
[GIT] merge 이슈 해결GIT 2023. 4. 10. 09:58
GIT 충돌 해결 # git push가 되지 않을때 - pull방식을 명시적으로 정하지 않았기 때문에 발생 - 레포지토리에서 pull을 받을 때, pull 전략을 명시해주어야한다 (rebase, merge, fast-forward : ff) [아래와 같은 에러 발생] warning: Pulling without specifying how to reconcile divergent branches is discouraged. You can squelch this message by running one of the following commands sometime before your next pull: git config pull.rebase false # merge (the default strategy..