|
20 | 20 | .. _git svn crash course: http://git-scm.com/course/svn.html
|
21 | 21 | .. _learn.github: http://learn.github.com/
|
22 | 22 | .. _network graph visualizer: http://github.com/blog/39-say-hello-to-the-network-graph-visualizer
|
23 |
| -.. _git user manual: http://www.kernel.org/pub/software/scm/git/docs/user-manual.html |
24 |
| -.. _git tutorial: http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html |
| 23 | +.. _git user manual: http://schacon.github.com/git/user-manual.html |
| 24 | +.. _git tutorial: http://schacon.github.com/git/gittutorial.html |
25 | 25 | .. _git community book: http://book.git-scm.com/
|
26 | 26 | .. _git ready: http://www.gitready.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 | 30 | .. _git concepts: http://www.eecs.harvard.edu/~cduan/technical/git/
|
31 |
| -.. _git clone: http://www.kernel.org/pub/software/scm/git/docs/git-clone.html |
32 |
| -.. _git checkout: http://www.kernel.org/pub/software/scm/git/docs/git-checkout.html |
33 |
| -.. _git commit: http://www.kernel.org/pub/software/scm/git/docs/git-commit.html |
34 |
| -.. _git push: http://www.kernel.org/pub/software/scm/git/docs/git-push.html |
35 |
| -.. _git pull: http://www.kernel.org/pub/software/scm/git/docs/git-pull.html |
36 |
| -.. _git add: http://www.kernel.org/pub/software/scm/git/docs/git-add.html |
37 |
| -.. _git status: http://www.kernel.org/pub/software/scm/git/docs/git-status.html |
38 |
| -.. _git diff: http://www.kernel.org/pub/software/scm/git/docs/git-diff.html |
39 |
| -.. _git log: http://www.kernel.org/pub/software/scm/git/docs/git-log.html |
40 |
| -.. _git branch: http://www.kernel.org/pub/software/scm/git/docs/git-branch.html |
41 |
| -.. _git remote: http://www.kernel.org/pub/software/scm/git/docs/git-remote.html |
42 |
| -.. _git config: http://www.kernel.org/pub/software/scm/git/docs/git-config.html |
| 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 | 43 | .. _why the -a flag?: http://www.gitready.com/beginner/2009/01/18/the-staging-area.html
|
44 | 44 | .. _git staging area: http://www.gitready.com/beginner/2009/01/18/the-staging-area.html
|
45 | 45 | .. _tangled working copy problem: http://tomayko.com/writings/the-thing-about-git
|
|
0 commit comments