Why does Git tell me “Not currently on any branch” after I run “git checkout origin/<branch>”?
I was trying to follow the instructions from Git: "Not currently on any branch." Is there an easy way to get back on a branch, while keeping the changes? but git checkout appears to be broken: $ git checkout origin/web-zach HEAD is now at 1366cb1... Changed so css files not ignored $ git status # Not currently on any branch. # Untracked files: # (use "git add <file>..." to include in what will be committed) # # .cordova/config.xml # www/languages/pt/sounds/ nothing added to commit but untracked files present (use "git add" to track) More specifically, I'm worried about the "Not currently on