|
13 | 13 | .. _github: https://github.com |
14 | 14 | .. _github help: https://help.github.com |
15 | 15 | .. _msysgit: http://code.google.com/p/msysgit/downloads/list |
16 | | -.. _git-osx-installer: http://code.google.com/p/git-osx-installer/downloads/list |
| 16 | +.. _git-osx-installer: https://code.google.com/archive/p/git-osx-installer/downloads |
17 | 17 | .. _subversion: http://subversion.tigris.org/ |
18 | | -.. _git cheat sheet: https://github.com/guides/git-cheat-sheet |
| 18 | +.. _git cheat sheet: http://cheat.errtheblog.com/s/git |
19 | 19 | .. _pro git book: http://progit.org/ |
20 | 20 | .. _git svn crash course: https://git-scm.com/course/svn.html |
21 | 21 | .. _learn.github: http://learn.github.com/ |
|
27 | 27 | .. _git casts: http://www.gitcasts.com/ |
28 | 28 | .. _Fernando's git page: http://www.fperez.org/py4science/git.html |
29 | 29 | .. _git magic: http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html |
30 | | -.. _git concepts: http://www.eecs.harvard.edu/~cduan/technical/git/ |
31 | | -.. _git clone: http://schacon.github.com/git/git-clone.html |
32 | | -.. _git checkout: http://schacon.github.com/git/git-checkout.html |
33 | | -.. _git commit: http://schacon.github.com/git/git-commit.html |
34 | | -.. _git push: http://schacon.github.com/git/git-push.html |
35 | | -.. _git pull: http://schacon.github.com/git/git-pull.html |
36 | | -.. _git add: http://schacon.github.com/git/git-add.html |
37 | | -.. _git status: http://schacon.github.com/git/git-status.html |
38 | | -.. _git diff: http://schacon.github.com/git/git-diff.html |
39 | | -.. _git log: http://schacon.github.com/git/git-log.html |
40 | | -.. _git branch: http://schacon.github.com/git/git-branch.html |
41 | | -.. _git remote: http://schacon.github.com/git/git-remote.html |
42 | | -.. _git config: http://schacon.github.com/git/git-config.html |
43 | | -.. _why the -a flag?: http://www.gitready.com/beginner/2009/01/18/the-staging-area.html |
44 | | -.. _git staging area: http://www.gitready.com/beginner/2009/01/18/the-staging-area.html |
45 | | -.. _tangled working copy problem: http://tomayko.com/writings/the-thing-about-git |
| 30 | +.. _git concepts: https://www.sbf5.com/~cduan/technical/git/ |
| 31 | +.. _git clone: http://schacon.github.io/git/git-clone.html |
| 32 | +.. _git checkout: http://schacon.github.io/git/git-checkout.html |
| 33 | +.. _git commit: http://schacon.github.io/git/git-commit.html |
| 34 | +.. _git push: http://schacon.github.io/git/git-push.html |
| 35 | +.. _git pull: http://schacon.github.io/git/git-pull.html |
| 36 | +.. _git add: http://schacon.github.io/git/git-add.html |
| 37 | +.. _git status: http://schacon.github.io/git/git-status.html |
| 38 | +.. _git diff: http://schacon.github.io/git/git-diff.html |
| 39 | +.. _git log: http://schacon.github.io/git/git-log.html |
| 40 | +.. _git branch: http://schacon.github.io/git/git-branch.html |
| 41 | +.. _git remote: http://schacon.github.io/git/git-remote.html |
| 42 | +.. _git config: http://schacon.github.io/git/git-config.html |
| 43 | +.. _why the -a flag?: http://gitready.com/beginner/2009/01/18/the-staging-area.html |
| 44 | +.. _git staging area: http://gitready.com/beginner/2009/01/18/the-staging-area.html |
| 45 | +.. _tangled working copy problem: http://2ndscale.com/rtomayko/2008/the-thing-about-git |
46 | 46 | .. _ linux git workflow: http://www.mail-archive.com/[email protected]/msg39091.html |
47 | 47 | .. _git parable: http://tom.preston-werner.com/2009/05/19/the-git-parable.html |
48 | | -.. _git foundation: http://matthew-brett.github.com/pydagogue/foundation.html |
| 48 | +.. _git foundation: http://matthew-brett.github.io/pydagogue/foundation.html |
49 | 49 |
|
50 | 50 | .. other stuff |
51 | 51 | .. _python: http://www.python.org |
|
0 commit comments