Sublime Forum

Ability to execute local git subcommands

#1

I have a couple of local git subcommands that are used to interact with a ticket tracking system (e.g. perform fetches based off a ticket number). is there a way to do this directly from within sublime-merge?

Thanks

0 Likes

#2

I think my resonse here:


could help you

0 Likes

#3

Thank!

Just one more question… How would I pass a parameter to the command (in the case I’m thinking it would be the ticket number).

I was able hardcode all the parameters and that worked…

0 Likes