diff options
author | Danny Holman <dholman@gymli.org> | 2025-02-27 00:27:54 -0600 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2025-02-27 00:27:54 -0600 |
commit | 707de696dcb9caabb58d10ed6b35f1cfe6bb02b7 (patch) | |
tree | 89320f43a5e7a33a27a85eab0ac9c1246e7016f2 | |
parent | a27e83028b7943d26d881564ed446a2a4d374fed (diff) |
-rw-r--r-- | .gitconfig | 4 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -23,4 +23,6 @@ [safe] directory = * [maintenance] - repo = /home/dholman/repositories/linux + repo = /home/dholman/repositories/linux +[alias] + cs = commit --signoff @@ -3,3 +3,4 @@ .ssh/sockets .vim/spell .vim/tmp +.vim/system_tags |