hey!

Am Sonntag, 5. Februar 2012, 16:08:00 schrieb ThomasK:
> > Cool! How about renaming the old 'stable' branch to 'oldstable' then?
> > That's the very old code base from 2009. People will be confused if
> > there is a 'master' and a 'stable' branch.
> 
> I'm not sure, if it's possible to change the branch name, because this
> is on the server and I don't know, if I can change this remote. I think,
> I have to make some experiments before.

Just check out the stable branch locally and push it again like this:

    git push origin stable:oldstable

after that you can delete the remote branch:

   git push origin :stable

hope, that helps.

bye then
julian

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to