-
Notifications
You must be signed in to change notification settings - Fork 323
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
Let me add existing repositories #783
Comments
It feels like there's a higher level feature here, in which we'd be able to add folders of repo's instead of just repo's directly. My folder setup looks like this:
I'd love to be able to add my |
Like searching a folder structure for the |
Yeah! The remotes could be auto detected from the repo so it just needs to detect the folders with some smarts. |
Any idea where the information about repositories are stored locally? |
Yep, remotes and tracked branches are in |
Thank you so much for filing feedback about the repo tool! QQ. If the repo tool did find local repos, what would you want it to do with that information? Suggest to clone in the location of existing repos, move your existing repos to a new clone location, something else? I'm not angry or making a challange, I'm just curious. |
@dhoehna, if the tool finds a local repo that is already connected to a remote origin, then it indicates strongly that the local repo already is a cloned repository, and hence no need to clone. What also puzzles me is that even if I did clone a repository that I did not have already cloned, it did clone it as expected. But I cannot in DevHome see any indication of which repositories were cloned. It would be very nice with a list of already cloned repositories in the tool. Otherwise, the value of DevHome would IMO be rather limited. |
@gkinsman, I was more thinking about where DevHome stores information about which repos have been cloned. |
You're right to go high level still - it's worth asking what the ultimate goal of this tool is to define what features might fit and what wouldn't. Today I use Fork (https://git-fork.com/) to manage my git repos, but maybe Dev Home could one day be a portal to open Fork - who knows! I like the idea of a central place where I can view everything on my machine. |
|
Ah righto sorry - yeah I have no idea about that - would assume it's some program data location as it's a windows store app 👍 |
Duplicate of #702 |
Suggested new feature or improvement
I already have a lot of repositories on my machine, but this tool wants to re-clone them given a URL. I want to be able to add existing folders, and then have this tool detect the remotes etc.
Ideally, I'd be able to add a directory (with optional sub-directories) of folders with git repo's and it would pick them all up
Scenario
I have existing repositories. Make it easy to add them here.
Additional details
No response
The text was updated successfully, but these errors were encountered: