[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash-dev] git repository for release
From: |
Rob Savoye |
Subject: |
Re: [Gnash-dev] git repository for release |
Date: |
Mon, 09 Aug 2010 09:55:39 -0600 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Lightning/1.0b2 Thunderbird/3.1.1 |
On 08/08/10 17:03, strk wrote:
> Looks like the Git 'master' _is_ the release branch while
> the 'bzr/master' is the one in sync.
> The 'master' is the one coming down by default on 'git clone'.
The release branch is the "release_0_8_8" branch in master. You have
to switch to it after a clone.
> Not sure about the 'release_0_8_8' one, and also no idea
> how to clone all branches at once (if at all possible).
When you clone, you get all the branches, and then you have to select
one by using "git co".
- rob -