diff options
author | June McEnroe <june@causal.agency> | 2019-07-27 17:22:49 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-27 17:22:49 -0400 |
commit | 224b3a195e2b00824e326d9e94f715c5f41f93f5 (patch) | |
tree | 2cd5409f3436defc07c35aa7f9bbb6094c355c55 /home/.config/git/config | |
parent | Fix shell script style in ~/.local/bin (diff) | |
download | src-224b3a195e2b00824e326d9e94f715c5f41f93f5.tar.gz src-224b3a195e2b00824e326d9e94f715c5f41f93f5.zip |
Clean up home files
Diffstat (limited to '')
-rw-r--r-- | home/.config/git/config | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/home/.config/git/config b/home/.config/git/config index f377b399..ac51e6e0 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -1,19 +1,19 @@ [user] - name = Curtis McEnroe - email = june@causal.agency + name = Curtis McEnroe + email = june@causal.agency [commit] - gpgSign = true - verbose = true + gpgSign = true + verbose = true [merge] - conflictStyle = diff3 + conflictStyle = diff3 [rebase] - autosquash = true + autosquash = true [pretty] - log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an> + log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an> [include] - path = ./private + path = ./private |