Currently, I work on a team that does trunk based development.
We moved the project from SVN to GIT recently, which requires me to do a push after every commit (Ctrl+K followed by Ctrl+Shift+K).
Is there a way to configure IntelliJ to push changes to origin/master after every commit?