aboutsummaryrefslogtreecommitdiffstats
path: root/gitconfig
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-16 20:05:39 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-16 20:05:39 +0000
commitc6c0734b3c26647ca3c8a90eba0439f067bdf523 (patch)
tree552ffd0cc84d418bb02c64430a4c391e09c25354 /gitconfig
parentc02745b2169a2d3dc2c5c431a48d093b6e177fb4 (diff)
Adds some git config
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 6865f8d..1f26b0b 100644
--- a/gitconfig
+++ b/gitconfig
@@ -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]