I have a git commit template and I would like to use variables inside of it.
Example:
Fix issue lalala
[Ticket] http://url-from-ticket/$TICKET
Where branch-name is fix/DEV-001
and $TICKET
would be DEV-001
I have a git commit template and I would like to use variables inside of it.
Example:
Fix issue lalala
[Ticket] http://url-from-ticket/$TICKET
Where branch-name is fix/DEV-001
and $TICKET
would be DEV-001