Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 644 Bytes

File metadata and controls

15 lines (8 loc) · 644 Bytes

Features

  • Perform git add, git commit and git push with one shortcut ctrl + alt + p / cmd + ctrl + p

If you want to change the default shortcuts used, read here: https://code.visualstudio.com/docs/getstarted/keybindings

Other features

  • Perform git add, git commit, git push and create pull request with one shortcut ctrl + alt + l / cmd + ctrl + l. NB: this command requires the Github Pull requests extension to be installed

Extension Settings

  • extension.gitAddCommitPush: Add all files, commit and push
  • extension.gitAddCommitPushPr: Add all files, commit, push and create a pull request.