79568530

Date: 2025-04-11 09:51:41
Score: 0.5
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Feng. Ma