aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--git/config3
1 files changed, 0 insertions, 3 deletions
diff --git a/git/config b/git/config
index 6ce133e..2e2a4fe 100644
--- a/git/config
+++ b/git/config
@@ -8,8 +8,6 @@
br = branch
ci = commit --signoff
co = checkout
- di = diff
- dc = diff --cached
empty = !git init && git commit --allow-empty -m \"Initial commit\"
follow = log --oneline --follow --stat --summary --
last = log -1 HEAD
@@ -30,7 +28,6 @@
tip = !git --no-pager log -1 --decorate --abbrev-commit --date=relative --show-signature
undo = reset --soft HEAD^
unstage = reset HEAD --
- up = remote update
wdiff = diff --word-diff
wshow = show --word-diff
fpush = push --force-with-lease