I want to merge branch a to branch b so I rename branch b to a&b, but when I push a&b to remote repo, '&' is took as & operator for shell, and git push fails. So it would be better that branch name support & character for me.
I want to merge branch a to branch b so I rename branch b to a&b, but when I push a&b to remote repo, '&' is took as & operator for shell, and git push fails. So it would be better that branch name support & character for me.