On Tue, April 21, 2009 1:20 pm, Fil wrote: > OK I went to the web interface, created a new clone of dev named > fil-glitches, then waited for a few minutes for it to be created. > > Now, how do I select patches that I have already pushed to > laconica-dev-fil.git, and push them to the new branch?
That‘s not a branch, but a repository. Branches are created with „git checkout -b BRANCHNAME“ and pushed to your repo with „git push origin BRANCHNAME“. Regards, Adrian _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
