Add git alias for root of repo

This commit is contained in:
2020-08-25 14:52:57 +02:00
parent 9566bd96c3
commit c7c51a33fb

View File

@@ -14,3 +14,5 @@
[core]
pager = diff-so-fancy | less --tabs=8 -RFX
excludesfile = ~/.config/git/ignore
[alias]
root = rev-parse --show-toplevel