[Sugar-devel] [ASLO] Release Ruler-21
Daniel Drake
dsd at laptop.org
Sat Oct 27 12:05:48 EDT 2012
On Sat, Oct 27, 2012 at 9:57 AM, Walter Bender <walter.bender at gmail.com> wrote:
> Do you know any magic git foo that would enable me to do the following?
>
> Before:
> Master == GTK2
> Clone == GTK3
>
> After:
> Master == GTK3
> Branch == GTK2
>From your repository, first create the GTK2 branch with:
# git branch gtk2
Then pull in all GTK3 changes on top of the master branch:
# git pull git://path/to/3rd/party/repo
Daniel
More information about the Sugar-devel
mailing list