|
43 | 43 | <div class="box">
|
44 | 44 | <h2>
|
45 | 45 | <span class="docs">
|
46 |
| - <a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-remote.html">docs</a> |
| 46 | + <a target="new" href="http://git-scm.com/docs/git-remote">docs</a> |
47 | 47 | <a target="new" href="http://progit.org/book/ch2-5.html#showing_your_remotes">book</a>
|
48 | 48 | </span>
|
49 | 49 | <a name="remote">git remote</a>
|
|
159 | 159 | <div class="box">
|
160 | 160 | <h2>
|
161 | 161 | <span class="docs">
|
162 |
| - <a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-fetch.html">docs</a> |
| 162 | + <a target="new" href="http://git-scm.com/docs/git-fetch">docs</a> |
163 | 163 | <a target="new" href="http://progit.org/book/ch2-5.html#fetching_and_pulling_from_your_remotes">book</a>
|
164 | 164 | </span>
|
165 | 165 | <a name="fetch">git fetch</a>
|
|
170 | 170 |
|
171 | 171 | <h2>
|
172 | 172 | <span class="docs">
|
173 |
| - <a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-pull.html">docs</a> |
| 173 | + <a target="new" href="http://git-scm.com/docs/git-pull">docs</a> |
174 | 174 | <a target="new" href="http://progit.org/book/">book</a>
|
175 | 175 | </span>
|
176 | 176 | <a name="pull">git pull</a>
|
|
195 | 195 | like this command - I prefer running <code>fetch</code> and <code>merge</code>
|
196 | 196 | separately. Less magic, less problems. However, if you like this idea, you
|
197 | 197 | can read about it in more detail in the
|
198 |
| - <a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-pull.html">official docs</a>. |
| 198 | + <a target="new" href="http://git-scm.com/docs/git-pull">official docs</a>. |
199 | 199 | </p>
|
200 | 200 |
|
201 | 201 | <p>Assuming you have a remote all set up and you want to pull in updates, you
|
|
254 | 254 | <div class="box">
|
255 | 255 | <h2>
|
256 | 256 | <span class="docs">
|
257 |
| - <a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">docs</a> |
| 257 | + <a target="new" href="http://git-scm.com/docs/git-push">docs</a> |
258 | 258 | <a target="new" href="http://progit.org/book/ch2-5.html#pushing_to_your_remotes">book</a>
|
259 | 259 | </span>
|
260 | 260 | <a name="push">git push</a>
|
|
0 commit comments