From c7c51a33fb735e71cd8e0b28ca3030ba562b800a Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Tue, 25 Aug 2020 14:52:57 +0200 Subject: [PATCH] Add git alias for root of repo --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 7aa9828..e05eeef 100644 --- a/.config/git/config +++ b/.config/git/config @@ -14,3 +14,5 @@ [core] pager = diff-so-fancy | less --tabs=8 -RFX excludesfile = ~/.config/git/ignore +[alias] + root = rev-parse --show-toplevel