diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-10-18 14:27:39 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-10-19 00:24:02 +0200 |
commit | 3c2af9e9bff5ad9fdd394f43e14a43fdc6bf6d50 (patch) | |
tree | 85b59637eca3a6d1a40d0146dce8c1a64e151b4d /doc/source/dev/gitwash/git_intro.rst | |
parent | 98484bb6e3958a26d8f7a4742975e13713003c64 (diff) | |
download | numpy-3c2af9e9bff5ad9fdd394f43e14a43fdc6bf6d50.tar.gz |
DOC: dev: try to improve Git workflow docs
Diffstat (limited to 'doc/source/dev/gitwash/git_intro.rst')
-rw-r--r-- | doc/source/dev/gitwash/git_intro.rst | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/doc/source/dev/gitwash/git_intro.rst b/doc/source/dev/gitwash/git_intro.rst index 655804383..3ce322f8f 100644 --- a/doc/source/dev/gitwash/git_intro.rst +++ b/doc/source/dev/gitwash/git_intro.rst @@ -1,6 +1,6 @@ -============== - Introduction -============== +============ +Introduction +============ These pages describe a git_ and github_ workflow for the NumPy_ project. @@ -15,4 +15,28 @@ should get you started. For general resources for learning git_ see :ref:`git-resources`. +.. _install-git: + +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 + .. include:: git_links.inc |