gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] BSD testing


From: strk
Subject: Re: [Gnash-dev] BSD testing
Date: Fri, 13 Aug 2010 18:21:19 +0200

On Fri, Aug 13, 2010 at 08:40:44AM -0600, Rob Savoye wrote:

> And I think this helps merging: (still learning git)
> 
> [branch "release_0_8_8"]
>     remote = origin
>     merge = refs/heads/release_0_8_8

I belive the above lines are what you get by adding
the second argument to checkout or branch (the origin tracking).
You needed to do that manually `cause you did:

 $ git branch release_0_8_8

You would have gotten them automatically by doing:

 $ git branch release_0_8_8 origin/release_0_8_8

or (as Robynson suggested)

 $ git checkout -b release_0_8_8 origin/release_0_8_8

--strk;

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]