From 9fdbdd036b61b679b478be3c84a71d1a532182ec Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 18 Aug 2019 19:54:26 +0300 Subject: [PATCH] .gitconfig: Comment out alias `git git` It prevents `git help git`. --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2