Git pull "No commit" as default
Answered
When pulling Git changes I can set the "No commit" option. How can I set this as my default because every time I reopen the pull dialog the flag is reset.
Please sign in to leave a comment.
There is no way to make the flag be selected by default in IntelliJ. Why do you want no-commit by deafult thuough?
However, since IntelliJ just calls `git pull`, you could edit your git config to set no-commit a default option for pull (appears to be reuquired to configure no-commit fo merge). See e.g. https://stackoverflow.com/questions/5519007/how-do-i-make-git-merges-default-be-no-ff-no-commit