IntroductionΒΆ
These pages describe a git and github workflow for the NumPy project.
There are several different workflows here, for different ways of working with NumPy.
This is not a comprehensive git reference, itβs just a workflow for our own project. Itβs tailored to the github hosting service. You may well find better or quicker ways of getting stuff done with git, but these should get you started.
For general resources for learning git see git resources.
Install gitΒΆ
OverviewΒΆ
Debian / Ubuntu | sudo apt-get install git-core |
Fedora | sudo yum install git-core |
Windows | Download and install msysGit |
OS X | Use the git-osx-installer |
In detailΒΆ
See the git page for the most recent information.
Have a look at the github install help pages available from github help
There are good instructions here: http://book.git-scm.com/2_installing_git.html