diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-16 20:05:39 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-16 20:05:39 +0000 |
commit | c6c0734b3c26647ca3c8a90eba0439f067bdf523 (patch) | |
tree | 552ffd0cc84d418bb02c64430a4c391e09c25354 /gitconfig | |
parent | c02745b2169a2d3dc2c5c431a48d093b6e177fb4 (diff) |
Adds some git config
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,7 @@ co = checkout ci = commit br = branch + p = push origin master # friendly statuses st = status -sb --ignore-submodules=all # Add all unstaged changes/removals and commit. All you gotta do here is pass the commit message. @@ -27,6 +28,7 @@ default = simple [diff] tool = vimdiff + algorithm = histogram [difftool] prompt = false [color] |