Get the path to the repository root
git rev-parse --show-toplevelLast updated
It's often handy in scripts to get the (absolute) path to the current git repository.
git rev-parse --show-toplevelSource: LESS='-p ^\s*--show-toplevel' man git-rev-parse
Last updated