diff options
Diffstat (limited to 'doc/source/dev/gitwash')
-rw-r--r-- | doc/source/dev/gitwash/git_intro.rst | 11 | ||||
-rw-r--r-- | doc/source/dev/gitwash/git_links.inc | 3 |
2 files changed, 3 insertions, 11 deletions
diff --git a/doc/source/dev/gitwash/git_intro.rst b/doc/source/dev/gitwash/git_intro.rst index 47994f69c..9d596d4d4 100644 --- a/doc/source/dev/gitwash/git_intro.rst +++ b/doc/source/dev/gitwash/git_intro.rst @@ -2,14 +2,7 @@ Install git =========== Developing with git can be done entirely without github. Git is a distributed -version control system. In order to use git on your machine you must install -it. - -================ ============= -Debian / Ubuntu ``sudo apt-get install git-core`` -Fedora ``sudo yum install git-core`` -Windows Download and install gitforwindows_ -OS X Use the git-osx-installer_ -================ ============= +version control system. In order to use git on your machine you must `install +it`_. .. include:: git_links.inc diff --git a/doc/source/dev/gitwash/git_links.inc b/doc/source/dev/gitwash/git_links.inc index 0e2fd94b8..f69a3cf62 100644 --- a/doc/source/dev/gitwash/git_links.inc +++ b/doc/source/dev/gitwash/git_links.inc @@ -12,8 +12,7 @@ .. _git: https://git-scm.com/ .. _github: https://github.com/numpy/numpy .. _github help: https://help.github.com -.. _gitforwindows: https://gitforwindows.org/ -.. _git-osx-installer: https://code.google.com/p/git-osx-installer/downloads/list +.. _`install it`: https://git-scm.com/downloads .. _subversion: http://subversion.tigris.org/ .. _git cheat sheet: http://cheat.errtheblog.com/s/git .. _pro git book: https://git-scm.com/book/ |