Open Realetive opened 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'
@Realetive Hi. I could not understand your issue. Are you facing with this issue with my extension?
If using zsh, branch's name with
#
need to be escape with quotes:didn't work:
correct: