- We have a default branch named
development
- I have pushed or merged my branch to the development branch
- After that I've merged another developer's codebase to the development branch
- Then I am attempting to pull from the development branch, but it is rejecting
- Without Git Rebase I can not run git pull command
My question is: On that scenario, it should prompt us to merge my local branch to the development branch. But instead it prompting me to run git rebase using git pull origin development --rebase