@b0rk I didn't know "git push" cared about the current branch at all. I always specified a branch to push, which works fine in "detached head state". I never use "git pull" (combining the "fetch" and "merge" steps into one makes me feel unsure about what's going to happen) so I don't know if it's similar.
@madewokherd what does your `git push` command look like?
@madewokherd thanks, I see what you're saying. will probably change it