• Pick your Default Branch

    pjhyett 22 Apr 2009

    Most repos use the branch `master` as their default, but Git doesn’t force this upon you and why should we? Now you can change it to whatever you want. This means two things (using ant as an example):

  • Comments

    spacecraft Wed Apr 22 16:56:28 -0700 2009

    Oh, nice. I was looking for something like this yesterday.

    tekkub Wed Apr 22 18:02:09 -0700 2009

    /cheer

    mojodna Wed Apr 22 18:02:25 -0700 2009

    Will the automated gem builder continue to monitor the master branch or will it monitor the default branch instead?

    jettero Wed Apr 22 18:47:57 -0700 2009

    oh! holy crap! I requested barely 1.5 days ago.

    consider me a loyal subscriber forever.

    mhartl Wed Apr 22 19:18:02 -0700 2009

    This solves a problem I was going to have in about two weeks. Thanks, guys!

    chriseppstein Wed Apr 22 20:09:54 -0700 2009

    Ditto what mojodna said. Also, would love to have multiple gems for both the stable and master branches where the default one doesn't have any branch distiguishifier. E.g. chriseppstein-compass, chriseppstein-compass-master

    lukec Wed Apr 22 21:55:56 -0700 2009

    Please please please make the branch dropdown more sane. We create branches every 2 weeks, and so our branch dropdown is pages and pages long, and if you don't have a mousewheel it's virtually impossible to find the branch you want. Please order them by creation date, newest first.

    chriseppstein Thu Apr 23 22:40:02 -0700 2009

    @lukec, you're doing it wrong. Use branches as active lines of development. Merge between branches when you hand code off or transition it to a new state of development. Add tags every couple weeks so that you can branch off of them if you need to.

    Please log in to comment.