Our company git workflow looks like this: Every team member has there own branch and pulls from and pushes to a main branch called develop.
Whenever I go git pull develop git automatically opens up a texteditor (my beloved vim that is) and asks Explain why this merge is necessary.
Why is this and how can I get rid of it?
You can see this in
git-mergeAnd I solove it by adding
export GIT_MERGE_AUTOEDIT=noin my.bash_profile