aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index 8090131..5a78ead 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -26,11 +26,14 @@
co = checkout
st = status
stsb = status --short --branch
- df = diff
- dfc = diff --cached
dt = difftool
mt = mergetool
+ # diff
+ df = diff
+ dfc = diff --cached
+ dfm = diff --merge-base
+
who = blame
untrack = rm --cached