[git] remove useless git aliases

I'm always using `gloga` rather than `tree`, and `unstage` + `discard`
can be done with `git restore`/`grs`
This commit is contained in:
Dmytro Meleshko 2020-07-04 19:50:20 +03:00
parent db00d807bc
commit ccae18c898

View file

@ -19,8 +19,3 @@
old = red bold
new = green bold
whitespace = red reverse
[alias]
tree = log --all --graph
unstage = reset HEAD
discard = checkout