git-root - Man Page
show path of root
Examples (TL;DR)
- Print the absolute path of the current Git repository:
git root
- Print the current working directory relative to the root of the current Git repository:
git root --relative
Synopsis
git root Options
Description
print the path for the root directory of git repo
Options
- -r, ā--relative
- show the relative path from root directory to current directory
Examples
$ cd .../git-extras/bin $ git root -r bin/ $ git root /home/.../git-extras $ cd `git root` $ pwd /home/.../git-extras # then we can $ git add . && git commit
Author
Written by spacewander <spacewanderlzx@gmail.com>
Reporting Bugs
See Also
Referenced By
October 2017 Git Extras