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 to Git: 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]

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