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.

评论操作 固定链接

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.

1

请先登录再写评论。