Write a Git hook to be installed locally that prevents commits that aren't -s Signed-off-by the commiter; and write an update hook (or modify our existing) to prevent pushes unless all commits in the push are signed-off. Also helpful: aliasing commit (or some abbreviation) to commit -s.
hook attached
description has changed