git-root (1) Linux Manual Page
git-root – show path of root
Synopsis
git root OPTIONSDescription
print the path for the root directory of git repoOptions
-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
