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

Be able to clone a repository #22

Closed
mathstuf opened this issue Sep 19, 2009 · 4 comments
Closed

Be able to clone a repository #22

mathstuf opened this issue Sep 19, 2009 · 4 comments

Comments

@mathstuf
Copy link
Contributor

Add the ability to clone a repository instead of being forced to open a local copy.

@davvid
Copy link
Member

davvid commented Sep 23, 2009

We have this. It's in the File->Clone menu action.

Let me know if that's not what you're looking for.

Cola's undergoing a pretty significant refactoring right now, but things look
like they should settle down soon in time for a new release.

It wouldn't hurt to start testing the 'next' branch, though.

There's some small tweaks it needs here and there (mainly, restoring the selection on refresh) but aside from that the refactoring-in-prep-for-new-features is getting close to completion. Most of the latest work has been for gh-19.

Once we have that out of the way then the gate's open for new features.

@mathstuf
Copy link
Contributor Author

The problem is that git-cola opens up a directory choice dialog at start without a repo. If you don't start with one, you never get the GUI. I think it should work closer to qgit where it opens a blank UI then you can do one of opening an existing cloned repo or clone a new one to some directory.

@davvid
Copy link
Member

davvid commented Sep 24, 2009

Ah, that makes sense. Hmm.. a 'git cola clone' subcommand probably won't do either. What if the dialog had an option for clone as well as the default open?

I think that's what you're asking for, so let's re-open this and flag it as a feature request.

@davvid
Copy link
Member

davvid commented Nov 18, 2009

cola.main: Allow cloning when run outside of a git repository

An open dialog was originally used when cola was run outside of
a git repository. We now allow cloning a repository as well.

Closed by d36fede79fa5ad25eaaa314f8ff88206c9fa6a42

Signed-off-by: David Aguilar davvid@gmail.com

davvid pushed a commit to davvid/git-cola that referenced this issue Jun 30, 2016
Fix links in setup.py and improve changelog
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants