feat: add git alias to print the root directory of the current project
parent
4a196f9a65
commit
64d5e3a6e7
|
@ -19,6 +19,7 @@
|
|||
see = log --graph --all --oneline
|
||||
last = log -1 HEAD
|
||||
unstage = reset HEAD
|
||||
root = rev-parse --show-toplevel
|
||||
[credential]
|
||||
helper = cache
|
||||
[commit]
|
||||
|
|
Loading…
Reference in New Issue