I was told to clone the repository bar
with this command:
git clone git@server:foo/bar
I know that there are other repositories under server:foo
(e.g server:foo/dummy
, server:foo/ihategit
, server:foo/xxx
and so on). I have permission to access these repositories, but I don't know their names.
Is there a way to list all the repositories under server:foo
?