Hello,
I’ve created a Default.sublime-commands
file in the ..\Sublime Merge\Packages\User
folder. However any commands I try to add are not getting displayed in Sublime Merge.
{
"caption": "Develop, switch to the develop branch and run a update/fetch",
"command": "git",
"args": { "argv": ["dev"] }
}
I believe that I have the syntax correct. I took the example from [Feature Request] Allow to call Git Aliases
I am however running the unregistered version as I am still experimenting with the tool. Once I do purchase a license will this work? or was I doing something else wrong?
Thanks