Ok, I now created a public git repository, having Andrew's sources checked in.
Its on github, you can find it here.
The public git url is:
git://github.com/bo198214/hyperops.git
So what do you have to do:
Edit: changed hyperop to hyperops as this obeys the Sage recommendations
Its on github, you can find it here.
The public git url is:
git://github.com/bo198214/hyperops.git
So what do you have to do:
- Install git if not done already,
- Read about git basics here if not done already. And do those
Code:$ git config --global user.name "Your Name Comes Here"
$ git config --global user.email you@yourdomain.example.com - go to the directory where you store your projects and then do
This creates the directory 'hyperops' with all the sources that Andrew just provided contained.Code:git clone git://github.com/bo198214/hyperops.git
- You can locally work on it with 'git commit', 'git branch' , 'git merge' etc.
- Give me your public ssh-key if you want to make changes/contribute to the code. It is found in: .ssh/id_rsa.pub or .ssh/id_dsa.pub. If unsure perhaps first read this
- I ll add it to the repository and then you can write back your local changes via 'git push'.
- thats it, have fun

Edit: changed hyperop to hyperops as this obeys the Sage recommendations
