On Mon, May 4, 2009 at 3:41 AM, C. Titus Brown <c...@msu.edu> wrote: > > I can't figure out how to fork a project "into" a project of a different > name, or how to rename a project...?
I think you can create a branch and then push the branch to github, as normal $: git clone <gitrepo> $: git checkout -b newbranch $: touch testfile; git add testfile; git commit -a -m 'test commit' $: git push origin newbranch I don't know if this is what you were asking ... -- Giovanni Dall'Olio, phd student Department of Biologia Evolutiva at CEXS-UPF (Barcelona, Spain) My blog on bioinformatics: http://bioinfoblog.it --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to pygr-dev@googlegroups.com To unsubscribe from this group, send email to pygr-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---