Mail Archives: geda-user/2013/02/04/13:39:20
JAMES HARIG wrote:
> Perfect! Thank you Andrew!
>
>
>
> On Mon, Feb 4, 2013 at 12:20 PM, Andrew Poelstra <asp11 AT sfu DOT ca
> <mailto: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 <http://wpsoftware.net>
> Web: http://www.wpsoftware.net/andrew
> "Not all who wander are lost." - J.R.R. Tolkien
>
>
Hi James,
Indeed there is no __official__ github mirror.
OTOH, Peter Brett has a gEDA-gaf repository on Github where some people
(including me) have cloned from.
It's up-to-date as of December 18th, 2012.
Have a look at: https://github.com/peter-b/geda-gaf
Kind regards,
Bert Timmerman.
- Raw text -