X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Mon, 4 Feb 2013 09:20:08 -0800 From: Andrew Poelstra To: geda-user AT delorie DOT com Subject: Re: [geda-user] Official github mirror? Message-ID: <20130204172008.GA29008@malakian.dd-wrt> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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 --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--