On Tue, 22 Jan 2013 05:44:17 -0800 (PST) Luís de Sousa <[email protected]> wrote:
[...] > Now the issue is that I have no master branch, but all the oldre > branches cloned. Can I just rename the most recent branch and delete > the older branches? This is a rather philosophical question. The special treatment of the "trunk" in Subversion and a branch named "master" in Git are just examples of (common) policies, not enforced by the corresponding tools. Hence you pick what *you* think should be your "master" and either fork "master" off that branch (and delete it afterwards) or rename that branch to "master". --
