Top "Fast-forward" questions

Fast-forward term refer to DVCS merge technique.

How can I prevent non-fastforward pushes to selected branch(es) in git?

I would like to protect my git repository so only non master branches can be overwritten. Is there a way …

git git-push fast-forward