46

I need sleep. Somehow I managed to create a file named ":w" and a git branch named "_D".

Writing "git branch -D _D" was the weirdest thing ever.

Comments
  • 3
    I guess bad naming hasn't bitten you enough. :D
  • 2
    @Bitwise I haven't done it for a while. But the "_D" branch was a new one.
  • 2
    I do git branch 0a instead of -a all the time.. 👿
  • 3
    "-D _D"
    Looks like a person wearing weird spectacles.
  • 3
    @Cyanide it felt like it was looking back at me like "dude, seriously?"
  • 2
    I just accidentally today left out the "-" in "git branch -d [branchname]" and it created a new branch "d". I facepalmed hard when I saw it in branch listing.
Add Comment