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?
|
|
Mercurial has a way of getting to the root directory (that contains .hg) via
Is there something equivalent in git to get to the directory that contains the .git directory? |
|||
|
|
|
|
|
||||
|
|
|
How about "
The From git rev-parse manual page:
You can see it in action in this |
||||||||
|
|
|
If you're already in the top-level or not in a git repository |
||
|
|
|
|
the man page for git-config says (under alias)
so on a unix system you can do
|
||
|
|