diff options
| author | Blake Romero <blake@blkrom.com> | 2024-10-31 15:19:26 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-10-31 15:19:26 +0000 |
| commit | 09f9ec2368bd6c7da03166dd7f43bffec5a27086 (patch) | |
| tree | 4267011fbe46a436210a3478ebb854243be0649f /dot-config/git | |
| parent | 1ef956d97a6e3a1b6102ec22e43d2b5ae819337c (diff) | |
Add verbose commit option to git
Diffstat (limited to 'dot-config/git')
| -rw-r--r-- | dot-config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot-config/git/config b/dot-config/git/config index 8144302..c291d4c 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -4,3 +4,5 @@ [user] email = blake@blkrom.com name = Blake Romero +[commit] + verbose = true |
