Commit all changed with specific message using [ctrl+alt+c]
- very quick
- enter commit message in a prompt instead of a file with setting
"git.useEditorAsCommitInput": false,
- Bind
ctrl+alt+c
toGit: Commit All
See changes in source control side bar using [ctrl+shift+g]
- see changed files
- stage and unstage files
Rebase and publish all local commit to the remote main branch using [ctrl+shift+p]
- Install script git-publish.ps1
- Install extension Terminal Command Keys
- Bind
ctrl+shift+p
to executegit-publish.ps1
in the terminal
All keyboard shortcuts
{
"key": "ctrl+alt+c",
"command": "git.commitAll"
},
{
"key": "ctrl+shift+p",
"command": "terminalCommandKeys.run",
"args": {
"cmd": "\u0001git-publish.ps1"
},
},
All settings
"git.useEditorAsCommitInput": false,
Sources:
Related:
[[List extensions for this app]]
Tags: Visual Studio Code