add alias for root of project directory

This commit is contained in:
Daylin Morgan 2022-08-02 14:32:05 -05:00
parent 67d79c665f
commit 9dc373d0f7

View file

@ -30,6 +30,7 @@
# list aliases
la = "!git config -l | grep alias | cut -c 7-"
test = !git add -A && git commit -m \"$(date)\"
root = rev-parse --show-toplevel
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f