aboutsummaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2018-01-21 15:27:48 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2018-01-21 15:36:56 +0100
commitbfb0c792e21ba02d97afe55e4216d428caae1253 (patch)
tree5a250081b90e28bc347b710b50d38080f604adcf /git
parent533f00d4350189deca00b4afd512733150eb23cc (diff)
downloaddotfiles-bfb0c792e21ba02d97afe55e4216d428caae1253.tar.xz
git: Drop some unused aliases
Should really drop more of them, but not now. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'git')
-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