Mail Archives: geda-user/2013/02/04/12:21:11
--cNdxnHkX5QqsyA0e
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
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
--=20
Andrew Poelstra
Email: apoelstra at wpsoftware.net
Web: http://www.wpsoftware.net/andrew
"Not all who wander are lost." - J.R.R. Tolkien=20
--cNdxnHkX5QqsyA0e
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iQEcBAEBAgAGBQJRD+3IAAoJEHrQqRxAvQCRsyYH/3HNf10vWGTJakditdeglCT1
bsflzeMzzMad1cSUV1VOTsAdAzw5yIimoZAPds4303a0CQL98i5XFfNaraXe6DFQ
3ECP2dElV3qMdIsE8miEiNoWzURerxB+SWLDdqCtRKgoejYMOu421gaVpZMcuTen
JD73HIl9KauuiVI6PhosRectRrotCVEH8fhuK8g3S+icY73DbT/alSAgOMMygxkR
yidw02jZAnJCpJrxXGtTVfeqTUtUdoM8/WgJS1SdIKokoHUhXEIGqui6bYbh1l0J
tZ/gMBBgHPT2VeyW8sBPj1DuDcxs/BzZ7O3c3fTOVAXmMjAFbcqResIQ1Qq1XRc=
=14eA
-----END PGP SIGNATURE-----
--cNdxnHkX5QqsyA0e--
- Raw text -