mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-12 12:50:49 +08:00
DOC: Rewash the git docs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user