On Saturday, August 1, 2009, Henry <[email protected]> wrote: > I've got a public repo I'd like to fork into a new, private repo. Any > suggestions on how to best handle this scenario?
For now I would create a new repo with a unique name then add a remote in your local git repo and push from there. Doing that makes it easy to keep the two repos in sync. Chris -- Chris Wanstrath http://github.com/defunkt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
