- Perform
git add
,git commit
andgit push
with one shortcutctrl + alt + p
/cmd + ctrl + p
If you want to change the default shortcuts used, read here: https://code.visualstudio.com/docs/getstarted/keybindings
- Perform
git add
,git commit
,git push
andcreate pull request
with one shortcutctrl + alt + l
/cmd + ctrl + l
. NB: this command requires theGithub Pull requests
extension to be installed
extension.gitAddCommitPush
: Add all files, commit and pushextension.gitAddCommitPushPr
: Add all files, commit, push and create a pull request.