Is there a way to get to the git root directory in one command?
- by wojo
Mercurial has a way of getting to the root directory (that contains .hg) via
hg root
Is there something equivalent in git to get to the directory that contains the .git directory?