DOC: Rewash the git docs.

This commit is contained in:
Stefan van der Walt
2011-10-12 13:45:56 -07:00
parent 69a10b62c3
commit b381d59c67
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ Overview
git config --global user.email you@yourdomain.example.com
git config --global user.name "Your Name Comes Here"
# get the repository if you don't have it
git clone git://github.com/scikits.image/scikits.image.git
git clone git://github.com/scikits-image/scikits.image.git
# make a branch for your patching
cd scikits.image
git branch the-fix-im-thinking-of
@@ -59,7 +59,7 @@ In detail
#. If you don't already have one, clone a copy of the
scikits.image_ repository::
git clone git://github.com/scikits.image/scikits.image.git
git clone git://github.com/scikits-image/scikits.image.git
cd scikits.image
#. Make a 'feature branch'. This will be where you work on