tsdmrfth / baba-flow

Git Flow extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=Fatih.baba-flow#overview
5 stars 0 forks source link

Branch's name with `#` in zsh #6

Open Realetive opened 5 years ago

Realetive commented 5 years ago

If using zsh, branch's name with # need to be escape with quotes:

didn't work:

$ git flow feature finish #2-mvp

correct:

$ git flow feature finish '#2-mvp'
tsdmrfth commented 5 years ago

@Realetive Hi. I could not understand your issue. Are you facing with this issue with my extension?