Created
January 7, 2026 04:08
-
-
Save discountry/90187c72a1772aaf9baacdb020296c7c to your computer and use it in GitHub Desktop.
cursor/antigravity/vscode one key push to git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "key": "cmd+enter", | |
| "command": "runCommands", | |
| "args": { | |
| "commands": [ | |
| { | |
| "command": "git.stageAll" | |
| }, | |
| { | |
| "command": "antigravity.generateCommitMessage" | |
| }, | |
| { | |
| "command": "git.commitAll" | |
| }, | |
| { | |
| "command": "git.sync" | |
| } | |
| ] | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "key":"ctrl+enter", | |
| "command":"runCommands", | |
| "args":{ | |
| "commands":[ | |
| { | |
| "command":"git.stageAll" | |
| }, | |
| { | |
| "command":"cursor.generateGitCommitMessage" | |
| }, | |
| { | |
| "command":"git.commitAll" | |
| }, | |
| { | |
| "command":"git.sync" | |
| } | |
| ] | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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