I went to the page: https://git-scm.com/community and mailed as told to: [email protected]
However, the message bounced back with error that they consider my email as spam because of some HTML in it. Not sure how to send text-only-only-only - I though I did already. How can I post the bug otherwise, please? The description is as follows. I have two branches created like so. git branch Monkey git branch Donkey When I switch between them, using the following command, I get the star marker and green highlight of the current one. git checkout Donkey git checkout Monkey If I misspell and do the switch with a typo, like below, there's an error message. git checkout Honkey Now, if I spell case insensitively, I get the message that the branch has been switched to the lower-case version BUT there's no marker nor green highlight visible! git checkout donkey Tada! :) -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
