[mpir-devel] Re: MPIR switch to using Git

2012-11-27 Thread Brian Gladman
On 25/11/2012 23:07, Bill Hart wrote: > Hi Brian, > > great! I've merged this to my repo. > > By the way, an additional correction to my instructions: > > git remote add https://github.com/wbhart/mpir bill > > should be > > git remote add bill https://github.com/wbhart/mpir > > apparently. >

[mpir-devel] Re: MPIR switch to using Git

2012-11-25 Thread Bill Hart
No problem at all. Whatever works best for you. It all seems to have worked fine, which is great! Good riddance to svn. :-) Bill On 25 November 2012 22:20, Brian Gladman wrote: > On 25/11/2012 23:07, Bill Hart wrote: >> Hi Brian, >> >> great! I've merged this to my repo. >> >> By the way, an ad

[mpir-devel] Re: MPIR switch to using Git

2012-11-25 Thread Bill Hart
If it complains, try git pull bill master My instructions contained quite a few errors it seems. Sorry about that. Bill. On 25 November 2012 23:07, Bill Hart wrote: > Hi Brian, > > great! I've merged this to my repo. > > By the way, an additional correction to my instructions: > > git remote a

[mpir-devel] Re: MPIR switch to using Git

2012-11-25 Thread Bill Hart
Hi Brian, great! I've merged this to my repo. By the way, an additional correction to my instructions: git remote add https://github.com/wbhart/mpir bill should be git remote add bill https://github.com/wbhart/mpir apparently. Once you have done this, you should be able to get up-to-date wit

[mpir-devel] Re: MPIR switch to using Git

2012-11-25 Thread Cactus
On Sunday, 25 November 2012 21:25:14 UTC, Bill Hart wrote: > > Hi all, > > I have just finished creating a Git repository for MPIR on GitHub: > > https://github.com/wbhart/mpir > > We will be using Git very much like SVN, to simplify things for SVN > users until they get used to the more adva

[mpir-devel] Re: MPIR switch to using Git

2012-11-25 Thread Bill Hart
One additional note: for GitHub for Windows, you push to the public repo by clicking "Sync". All commits to your local repo are then pushed out to the public repo. Bill. On 25 November 2012 22:21, Bill Hart wrote: > There's a correction to the above for Windows. I reproduce the steps > below wi

[mpir-devel] Re: MPIR switch to using Git

2012-11-25 Thread Bill Hart
There's a correction to the above for Windows. I reproduce the steps below with the correction for convenience: * Create your own personal GitHub account (free) on http://github.com/ if you do not have one. (Click the "Sign Up For Free" button at the upper right, and follow the instructions.) * F