add alias for root of project directory
This commit is contained in:
parent
67d79c665f
commit
9dc373d0f7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue