feat: add git alias to print the root directory of the current project

pull/1/head
anemofilia 2023-09-28 12:14:30 -03:00
parent 4a196f9a65
commit 64d5e3a6e7
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 1 additions and 0 deletions

View File

@ -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]