The # (hash) character is used in extended globbing to match filenames. You need to put the file in quotes so that zsh doesn't interpret it as a globbing character: git merge "issue#354".
>All comments
The # (hash) character is used in extended globbing to match filenames. You need to put the file in quotes so that zsh doesn't interpret it as a globbing character: git merge "issue#354".
Most helpful comment
The
#(hash) character is used in extended globbing to match filenames. You need to put the file in quotes so that zsh doesn't interpret it as a globbing character:git merge "issue#354".