Feature hasn't been suggested before.
Describe the enhancement you want to request
I would like to write a command which commits the changes to git and also adds the name of the model to the commit message. I would like to know which commit has been authored by which model, as I am experimenting a lot with different models. Therefore a variable {CURRENT_MODEL} is very useful for a command.
I can currently workaround by using command parameters, but then I need to check and remember the name of the model and write it properly.
Feature hasn't been suggested before.
Describe the enhancement you want to request
I would like to write a command which commits the changes to git and also adds the name of the model to the commit message. I would like to know which commit has been authored by which model, as I am experimenting a lot with different models. Therefore a variable
{CURRENT_MODEL}is very useful for a command.I can currently workaround by using command parameters, but then I need to check and remember the name of the model and write it properly.