Get the path to the repository root

It's often handy in scripts to get the (absolute) path to the current git repository.

git rev-parse --show-toplevel

Source: LESS='-p ^\s*--show-toplevel' man git-rev-parse

Last updated