How can I use keyboard shortcuts to do a git commit and push from IntelliJ IDEA?

前端 未结 3 1891
星月不相逢
星月不相逢 2021-02-07 10:35

I\'m aware that Cmd+K (on macOS) will bring up the Git commit dialog, but I can\'t figure out how to do a commit and then a push without switching to my mo

3条回答
  •  时光取名叫无心
    2021-02-07 11:25

    After analyzing all these answers above, I wasn't satisfied and I found following solution:

    1. Open commit dialog Cmd + K.
    2. Type your commit message.
    3. Switch to commit button Tab
    4. Press button Space

提交回复
热议问题