Automatically push after commit 关注
How do I automatically push after committing? I click on Commit and Push, but after the commit, it brings up the Push dialog, and I have to click Push. I want this to happen all in one operation (as far as Webstorm is concerned).
Thanks.
请先登录再写评论。
Please vote for https://youtrack.jetbrains.com/issue/IDEA-56183 to be notified on any progress with it
You can set up a git hook for your repository and you will automatically push every commit.
It's described here: https://stackoverflow.com/questions/7925850/how-to-automatically-push-after-committing-in-git in the answer by i4h.