From: Oleg Broytman Date: Sun, 18 Aug 2019 16:54:26 +0000 (+0300) Subject: .gitconfig: Comment out alias `git git` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=9fdbdd036b61b679b478be3c84a71d1a532182ec .gitconfig: Comment out alias `git git` It prevents `git help git`. --- diff --git a/.gitconfig b/.gitconfig index 9e3e776..b91ec8d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -152,7 +152,7 @@ file = cat-file -t type = cat-file -t ff = merge --ff-only - git = !exec git + #git = !exec git l1 = log --decorate --oneline l5 = log --decorate -5 ld = log --decorate