diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-01-21 15:27:48 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-01-21 15:36:56 +0100 |
commit | bfb0c792e21ba02d97afe55e4216d428caae1253 (patch) | |
tree | 5a250081b90e28bc347b710b50d38080f604adcf | |
parent | 533f00d4350189deca00b4afd512733150eb23cc (diff) | |
download | dotfiles-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>
-rw-r--r-- | git/config | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |