Skip to content

Instantly share code, notes, and snippets.

@discountry
Created January 7, 2026 04:08
Show Gist options
  • Select an option

  • Save discountry/90187c72a1772aaf9baacdb020296c7c to your computer and use it in GitHub Desktop.

Select an option

Save discountry/90187c72a1772aaf9baacdb020296c7c to your computer and use it in GitHub Desktop.
cursor/antigravity/vscode one key push to git
{
"key": "cmd+enter",
"command": "runCommands",
"args": {
"commands": [
{
"command": "git.stageAll"
},
{
"command": "antigravity.generateCommitMessage"
},
{
"command": "git.commitAll"
},
{
"command": "git.sync"
}
]
}
}
{
"key":"ctrl+enter",
"command":"runCommands",
"args":{
"commands":[
{
"command":"git.stageAll"
},
{
"command":"cursor.generateGitCommitMessage"
},
{
"command":"git.commitAll"
},
{
"command":"git.sync"
}
]
}
}
{
"key":"ctrl+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