Skip to content

feat: Add command to `cd` into Git project root

Victor Engmark requested to merge git-root into master

Works around the limitation that subshell cd won't affect the parent shell https://stackoverflow.com/a/19032476/96588.

Merge request reports