Closed mgdesign closed 9 years ago
@mgdesign i want to merge this.
Can you describe me how it works ?
@paolomainardi Basically che command retrieves the details of the issue from Redmine, asks the user for a confirmation before building a commit message base, then will ask the user to complete it. If something is wrong with the issue details, the command should abort.
In particular:
./spark.php redmine:git:commit ####
will only print the commit message, then it's up to the user to do the commit command
./spark.php redmine:git:commit #### -e
will do exactly the same but will execute the commit too
./spark.php redmine:git:commit #### -e --no-verify
will skip the phpcs check
:+1:
thanks @mgdesign merged!
refs #60: Redmine-Git-Commit