Locally I can commit without any branch active, i.e. after checking out to a commit but not a branch. Is it possible to push this commit which is not in any branch to remote?
EDIT: I'm just wondering theoretically how would git handle pushing a "no-branch" or is pushing only possible with branches.