From bfb0c792e21ba02d97afe55e4216d428caae1253 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 21 Jan 2018 15:27:48 +0100 Subject: git: Drop some unused aliases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Should really drop more of them, but not now. Signed-off-by: Johannes Löthberg --- git/config | 3 --- 1 file changed, 3 deletions(-) (limited to 'git') 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 -- cgit v1.2.3-54-g00ecf