I am trying to create a new branch under feature tag of my repo, I am using following to do this:
git branch "feature/BA-302-[AU]Intl-BCard"
However I am getting:
fatal: 'feature/BA-302-[AU]Intl-BCard' is not a valid branch name.
Not sure, what I am missing
Also to clarify, I have already tried to:
git checkout -b feature/BA-302-[AU]Intl-BCard
With the following result:
zsh: no matches found: feature/BA-302-[AU]Intl-BCard