Closed mgdesign closed 9 years ago
Add a command to print a ready to use commit message based on the same pattern criteria used for the creation of the branch.
eg. Given issue #XYZ > spark redmine:git:commit XYZ should print something like git commit -m "refs #XYZ: Title of the issue: "
> spark redmine:git:commit XYZ
git commit -m "refs #XYZ: Title of the issue: "
Merged!
Add a command to print a ready to use commit message based on the same pattern criteria used for the creation of the branch.
eg. Given issue #XYZ
> spark redmine:git:commit XYZ
should print something likegit commit -m "refs #XYZ: Title of the issue: "