sparkfabrik / sparktool

Sparktool CLI
3 stars 0 forks source link

refs #60: Redmine-Git-Commit #62

Closed mgdesign closed 9 years ago

mgdesign commented 9 years ago

refs #60: Redmine-Git-Commit

paolomainardi commented 9 years ago

@mgdesign i want to merge this.

Can you describe me how it works ?

mgdesign commented 9 years ago

@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

paolomainardi commented 9 years ago

:+1:

paolomainardi commented 9 years ago

thanks @mgdesign merged!