본문 바로가기
Git

Error Git pull (merge, rebase, fast-forward only)

by Wanado 2023. 2. 10.
728x90

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: your next pull:
hint:
hint:   git config pull.rebase false  # merge (the default strategy)
hint:   git config pull.rebase true   # rebase
hint:   git config pull.ff only       # fast-forward only
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-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.

728x90

'Git' 카테고리의 다른 글

git 수정 update 후 반영하기  (0) 2024.03.27
git CI/CD  (0) 2023.02.10
git pull 취소  (0) 2023.02.09
Error :this exceeds github's file size limit of 100.00 mb  (0) 2023.01.30
git hub에 코드/프로젝트 올리기  (0) 2023.01.28