Join Slack
Powered by
Is there some way to `cd` into project root quickl...
# community-support
v
Vlastimil Brecka
04/29/2024, 8:53 PM
Is there some way to
cd
into project root quickly? I'm tired of
cd ..
n times always
c
Chris Lee
04/29/2024, 9:31 PM
I use an alias to return to the root of the git project, something like
grt='cd "$(git rev-parse --show-toplevel || echo .)"'
👍 1
Open in Slack
Previous
Next