Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactively prompt for source when cloning. #10

Closed
jmalloc opened this issue Mar 21, 2017 · 2 comments
Closed

Interactively prompt for source when cloning. #10

jmalloc opened this issue Mar 21, 2017 · 2 comments

Comments

@jmalloc
Copy link
Owner

jmalloc commented Mar 21, 2017

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 in go-git.

@jmalloc
Copy link
Owner Author

jmalloc commented Mar 21, 2017

@jmalloc
Copy link
Owner Author

jmalloc commented Mar 22, 2017

This makes clone.order from the config unnecessary.

jmalloc added a commit that referenced this issue Mar 22, 2017
Interactively prompt for clone source (fixes #10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant