[GIT] git 에서 pull 받으려 할 때 다음과 같이 error 날 경우
hint: You have divergent branches and need to specify how to reconcile them. hint: You can do so by running one of the following commands sometime before hint: git config pull.rebase false # merge hint: git config pull.rebase true # rebase hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-r..