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
All settings
Sources:
Related:
Name | Thumbnail | Modportal links | Categories | Description |
---|---|---|---|---|
Terminal Command Keys | Extensions, Web Marketplace | Version control | Assign terminal commands to a keybinding. | |
Git Graph | Extensions, Web Marketplace | Version control | View a Git Graph of your repository, and easily perform Git actions from the graph. Configurable to look the way you want! | |
Git rebase shortcut | Extensions, Web Marketplace | Version control | Use keyboard shortcuts to quickly edit the actions of an interactive Git rebase. |
Tags:
Visual Studio Code