X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=ASpoKCQWa+3P+ytQrUXCB0XqNOKtL1VoeFz7fLBx63U=; b=RUm8DH2yzxIvUcWn0YVGTqSg62dzLn4FY4qRKtLSX0EGagrYYppzuRvQMuNWB8MQwR SLxVV1x21Q3oQnH1SzYgvuCj69iLWy0ch8Dgp930iGDic1Cd6GonIJUxk1eo53a9xPAZ TadWJI7v3gEjSDTD3d41D538KPFdBemY7/T1fZZ4eouqiKk8vgO3ocfc0T8LFccPYBDW jurcaBuhSQ+3oprgWqk1HqdZITzB2/GB8v7QE0chQz/I4Hgh2tAx9B2rDcf9t2WTWFww Q5TAi7wTKZ9U/KgjbOQfQF760yW5MnngGBEUIh/ybg69YJUKmCZyBSRhbTeZ88ZSrjws 7Kyg== MIME-Version: 1.0 X-Received: by 10.14.219.5 with SMTP id l5mr74208701eep.7.1359998701017; Mon, 04 Feb 2013 09:25:01 -0800 (PST) In-Reply-To: <20130204172008.GA29008@malakian.dd-wrt> References: <20130204172008 DOT GA29008 AT malakian DOT dd-wrt> Date: Mon, 4 Feb 2013 12:25:00 -0500 Message-ID: Subject: Re: [geda-user] Official github mirror? From: JAMES HARIG To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=047d7b62214c78197704d4e95f36 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk --047d7b62214c78197704d4e95f36 Content-Type: text/plain; charset=ISO-8859-1 Perfect! Thank you Andrew! On Mon, Feb 4, 2013 at 12:20 PM, Andrew Poelstra wrote: > > Nope, sorry. > > > Using git, it is easy to work from both github and the geda repository: > > git remote add github ssh://my-github-link > > Then to pull in developer changes, just do (as usual) > > git fetch origin > git rebase origin master > git rebase master my-working-branch > > And to push to github: > > git push github > > > (Notice that we use 'rebase' to avoid merge messages, since we > don't use a pull-request development style.) > > > Hope this helps, > > Andrew > > > > On Mon, Feb 04, 2013 at 07:26:22AM -0500, JAMES HARIG wrote: > > Hi Everyone, > > I was wondering if there was an official github mirror for the gEDA > > codebase? I'll be storing anything I do on github, and it would be > > wonderful if there was already a pristine mirror that I could fork > > from. > > Thanks! > > -James > > -- > Andrew Poelstra > Email: apoelstra at wpsoftware.net > Web: http://www.wpsoftware.net/andrew > "Not all who wander are lost." - J.R.R. Tolkien > > --047d7b62214c78197704d4e95f36 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Perfect! =A0Thank you Andrew!



On Mon, Feb 4, 2013 a= t 12:20 PM, Andrew Poelstra <asp11 AT sfu DOT ca> wrote:

Nope, sorry.


Using git, it is easy to work from both github and the geda repository:

=A0 git remote add github ssh://my-github-link

Then to pull in developer changes, just do (as usual)

=A0 git fetch origin
=A0 git rebase origin master
=A0 git rebase master my-working-branch

And to push to github:

=A0 git push github


(Notice that we use 'rebase' to avoid merge messages, since we
don't use a pull-request development style.)


Hope this helps,

Andrew



On Mon, Feb 04, 2013 at 07:26:22AM -0500, JAMES HARIG wrote:
> =A0 =A0Hi Everyone,
> =A0 =A0I was wondering if there was an official github mirror for the = gEDA
> =A0 =A0codebase? =A0I'll be storing anything I do on github, and i= t would be
> =A0 =A0wonderful if there was already a pristine mirror that I could f= ork
> =A0 =A0from.
> =A0 =A0Thanks!
> =A0 =A0-James

--
Andrew Poelstra
Email: apoelstra at wps= oftware.net
Web: =A0 htt= p://www.wpsoftware.net/andrew
"Not all who wander are lost." - J.R.R. Tolkien


--047d7b62214c78197704d4e95f36--