Lorsque vous travaillez dans un répertoire Git, comment pouvez-vous obtenir le nom du dépôt Git dans un dépôt Git ? Existe-t-il des commandes Git ?
# I did check out bar repository and working in somewhere
# under bar directory at this moment such as below.
$ git clone git://github.com/foo/bar.git
$ cd bar/baz/qux/quux/corge/grault # and I am working in here!
$ git xxx # <- ???
bar