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
|
see = log --graph --all --oneline
|
||||||
last = log -1 HEAD
|
last = log -1 HEAD
|
||||||
unstage = reset HEAD
|
unstage = reset HEAD
|
||||||
|
root = rev-parse --show-toplevel
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache
|
helper = cache
|
||||||
[commit]
|
[commit]
|
||||||
|
|
Loading…
Reference in New Issue