How can I use keyboard shortcuts to do a git commi

2020-06-02 06:34发布

问题:

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 mouse.

Can anyone provide any guidance here?

回答1:

On Windows, Alt+P acts as an accelerator for the "Commit and Push" commit button option. On Mac it is CmdOptionP.

Another option is to just do the commit from the commit dialog using the default "commit" option. Then when it is done open the VCS Quick Menu (AltBackquote (`) for windows; Ctrl+V on Mac) and then do the push from there, either by number or narrowing down via inline search for "push"



回答2:

In the commit dialogue, press optionshiftreturn to bring up the options, and return to commit.