sparkfabrik / sparktool

Sparktool CLI
3 stars 0 forks source link

Redmine - Git:branch - Skip content contained in square brackets #53

Closed Fatal-Error closed 9 years ago

Fatal-Error commented 9 years ago

Scenario: I want to create a git branch using redmine:git:branch command Given: I have an issue with title EE-659 - [Implementation of the new Homepage] Add display type "Call to Action" and id 8991 When: I run command spark redmine:git:branch 8991 Then: I can see a new branch has been created with the following name: features/EE-659_8991_add_display_type_call_to_action

alessiopiazza commented 9 years ago

i just tried a --dry-run and it seems that this issue is no longer valid

I will execute: git checkout develop
I will execute: git checkout -b feature/EE-659_8991_implementation_of_the_new_homepage_add_display_type_call_to_action
I will execute: git push --set-upstream origin feature/EE-659_8991_implementation_of_the_new_homepage_add_display_type_call_to_action```
paolomainardi commented 9 years ago

@alessiopiazza can i close this issue ?

alessiopiazza commented 9 years ago

@paolomainardi i would say yes

paolomainardi commented 9 years ago

thanks!