Skip to content

Commit

Permalink
Auto-sign-off commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmo committed Oct 15, 2020
1 parent 6821154 commit baf5650
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/home/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
branch = auto

[alias]
commit = commit -s
st = state
co = checkout
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
Expand Down Expand Up @@ -46,3 +47,6 @@
trustExitCode = true
[merge]
tool = smerge

[commit]
template = ~/.gittemplate
2 changes: 2 additions & 0 deletions common/home/.gittemplate
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

Signed-off-by: Jim Mussared <[email protected]>

0 comments on commit baf5650

Please sign in to comment.