From ccae18c898b60a646d50c5bf7706fe3c6df672fb Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Sat, 4 Jul 2020 19:50:20 +0300 Subject: [PATCH] [git] remove useless git aliases I'm always using `gloga` rather than `tree`, and `unstage` + `discard` can be done with `git restore`/`grs` --- git/gitconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/git/gitconfig b/git/gitconfig index a184545..d2f9d92 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -19,8 +19,3 @@ old = red bold new = green bold whitespace = red reverse - -[alias] - tree = log --all --graph - unstage = reset HEAD - discard = checkout