Junio C Hamano <gitster@xxxxxxxxx> writes: > GIT v1.6.2 Release Notes (draft) > ================================ > > With the next major release, "git push" into a branch that is > currently checked out will be refused by default. You can choose > what should happen upon such a push by setting the configuration > variable receive.denyCurrentBranch in the receiving repository. Perhaps this paragraph should tell _why_ this is a dangerous operation. There's probably a better wording, but what about ---- 8< --- With the next major release, "git push" into a branch that is currently checked out will be refused by default: Pushing to a checked-out branch changes the HEAD for this branch, and would confuse further local operations in the target repository. You can choose what should happen [...] ---- 8< --- ? -- Matthieu -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html