Is there some way to `cd` into project root quickl...
# community-support
v
Is there some way to
cd
into project root quickly? I'm tired of
cd ..
n times always
c
I use an alias to return to the root of the git project, something like
grt='cd "$(git rev-parse --show-toplevel || echo .)"'
👍 1