Remove previously helpful aliases

This commit is contained in:
Paweł Płazieński 2018-08-27 14:13:10 +02:00
parent e18ac728c8
commit 0f813a76a5

View file

@ -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