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 _______________________________________________ Gnash-dev mailing list Gnash-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-dev