Skip to content

Instantly share code, notes, and snippets.

@manueldevjour
Created April 19, 2025 09:15
Show Gist options
  • Save manueldevjour/f9ff522622eb3171e85cf192143cefdd to your computer and use it in GitHub Desktop.
Save manueldevjour/f9ff522622eb3171e85cf192143cefdd to your computer and use it in GitHub Desktop.
[
{
"key": "cmd+enter",
"command": "runCommands",
"args": {
"commands": [
{
"command": "git.stageAll"
},
{
"command": "github.copilot.git.generateCommitMessage"
},
{
"command": "git.commitAll"
},
{
"command": "git.sync"
}
]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment