diff options
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] |