A Quick Cheat Sheet for common Git VCS tasks.
It's generally a good idea to sign your commits, so that others can verify that it came from you. Git includes the following git commit arguments for signing commits:
| Argument | Description |
|---|---|
--signoff |
Add Signed-off-by line by the committer at the end of the commit log message. |