Consider adding something like the following to the .gitconfig configuration file:
[alias]
cm = commit -s
This git alias effectively appends the `-s` option to command "git commit", enabling one to automatically append the sign-off text to the commit.