Skip to content

Instantly share code, notes, and snippets.

@hyrious
Created June 25, 2025 06:33
Show Gist options
  • Save hyrious/77dc78dab2285f292112422ba06a937d to your computer and use it in GitHub Desktop.
Save hyrious/77dc78dab2285f292112422ba06a937d to your computer and use it in GitHub Desktop.
Add custom commands in Sublime Merge
[
{
"caption": "Cleanup Repo",
"command": "git",
"args": {"argv": ["gc"]}
},
{
"caption": "Sync main to origin/main",
"command": "git",
"args": {"argv": ["branch", "-f", "main", "origin/main"]}
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment