Created
June 25, 2025 06:33
-
-
Save hyrious/77dc78dab2285f292112422ba06a937d to your computer and use it in GitHub Desktop.
Add custom commands in Sublime Merge
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
Show hidden characters
[ | |
{ | |
"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