From 0f813a76a5924b582ee6354fb3e37c996b8129d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Mon, 27 Aug 2018 14:13:10 +0200 Subject: [PATCH] Remove previously helpful aliases --- .gitconfig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitconfig b/.gitconfig index 3ec5958..c415bfc 100644 --- a/.gitconfig +++ b/.gitconfig @@ -31,13 +31,6 @@ diffdir = difftool --dir-diff graph = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ad)%C(reset) %C(auto)%d%C(reset)' last = log --walk-reflogs --date=relative --format=format:'%C(yellow)%h%C(reset) %C(white)%gd%C(reset) %gs %C(green)(%ar)%C(reset) %C(auto)%d%C(reset)' - - stage = add - unstage = reset -q HEAD -- - - discard = checkout -- - uncommit = reset --mixed HEAD~ - amend = commit --amend [diff] compactionHeuristic = true indentHeuristic = true