nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.6k stars 2.66k forks source link

all new feature branches are starting with ' #6430

Closed jakeparis closed 5 years ago

jakeparis commented 5 years ago

In order to switch to that branch, I have to put quotes around the whole thing which is annoying. Am I missing something? I'm new to gitflow and the underlying concepts.

lokesh-osian commented 5 years ago

Post a screenshot of your git status and git branch commands, maybe during git flow init , you might added quotes during initial configuration of your branch names.

jakeparis commented 5 years ago

Yeah ok. I've deleted that repo and now I can't reproduce. Must have been an error in setup.