Mail Archives: geda-user/2013/02/04/12:25:09
--047d7b62214c78197704d4e95f36
Content-Type: text/plain; charset=ISO-8859-1
Perfect! Thank you Andrew!
On Mon, Feb 4, 2013 at 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:
>
> 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
<div dir=3D"ltr">Perfect! =A0Thank you Andrew!<div><br></div></div><div cla=
ss=3D"gmail_extra"><br><br><div class=3D"gmail_quote">On Mon, Feb 4, 2013 a=
t 12:20 PM, Andrew Poelstra <span dir=3D"ltr"><<a href=3D"mailto:asp11 AT s=
fu.ca" target=3D"_blank">asp11 AT sfu DOT ca</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex"><br>
Nope, sorry.<br>
<br>
<br>
Using git, it is easy to work from both github and the geda repository:<br>
<br>
=A0 git remote add github ssh://my-github-link<br>
<br>
Then to pull in developer changes, just do (as usual)<br>
<br>
=A0 git fetch origin<br>
=A0 git rebase origin master<br>
=A0 git rebase master my-working-branch<br>
<br>
And to push to github:<br>
<br>
=A0 git push github<br>
<br>
<br>
(Notice that we use 'rebase' to avoid merge messages, since we<br>
don't use a pull-request development style.)<br>
<br>
<br>
Hope this helps,<br>
<br>
Andrew<br>
<div class=3D"HOEnZb"><div class=3D"h5"><br>
<br>
<br>
On Mon, Feb 04, 2013 at 07:26:22AM -0500, JAMES HARIG wrote:<br>
> =A0 =A0Hi Everyone,<br>
> =A0 =A0I was wondering if there was an official github mirror for the =
gEDA<br>
> =A0 =A0codebase? =A0I'll be storing anything I do on github, and i=
t would be<br>
> =A0 =A0wonderful if there was already a pristine mirror that I could f=
ork<br>
> =A0 =A0from.<br>
> =A0 =A0Thanks!<br>
> =A0 =A0-James<br>
<br>
</div></div><span class=3D"HOEnZb"><font color=3D"#888888">--<br>
Andrew Poelstra<br>
Email: apoelstra at <a href=3D"http://wpsoftware.net" target=3D"_blank">wps=
oftware.net</a><br>
Web: =A0 <a href=3D"http://www.wpsoftware.net/andrew" target=3D"_blank">htt=
p://www.wpsoftware.net/andrew</a><br>
"Not all who wander are lost." - J.R.R. Tolkien<br>
<br>
</font></span></blockquote></div><br></div>
--047d7b62214c78197704d4e95f36--
- Raw text -