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
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 installedextension.gitAddCommitPush
: Add all files, commit and push extension.gitAddCommitPushPr
: Add all files, commit, push and create a pull request.