If multiple sources have a repo with a matching slug, prompt for a specific source to use (like index select).
At the moment Grit discovers whether a repo exists by trying to clone it, so we'll need a lighter weight way to do that (probably concurrently). git remote-ls is probably the way to do it from the command, so maybe aim for the equivalent in go-git.
Blocked by #5
If multiple sources have a repo with a matching slug, prompt for a specific source to use (like
index select
).At the moment Grit discovers whether a repo exists by trying to clone it, so we'll need a lighter weight way to do that (probably concurrently).
git remote-ls
is probably the way to do it from the command, so maybe aim for the equivalent ingo-git
.