|
3 | 3 | ---
|
4 | 4 |
|
5 | 5 | <div class="box">
|
6 |
| - <h2>Basic Snapshotting</h2> |
| 6 | + <h2> |
| 7 | + <span class="docs"> |
| 8 | + <a target="new" href="http://progit.org/book/ch2-2.html">book</a> |
| 9 | + </span> |
| 10 | + Basic Snapshotting |
| 11 | + </h2> |
7 | 12 | <div class="block">
|
8 | 13 | <p>
|
9 | 14 | Git is all about composing and saving snapshots of your project and then
|
@@ -33,8 +38,8 @@ <h2>Basic Snapshotting</h2>
|
33 | 38 | <div class="box">
|
34 | 39 | <h2>
|
35 | 40 | <span class="docs">
|
36 |
| - <a href="#">docs</a> |
37 |
| - <a href="#">book</a> |
| 41 | + <a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-add.html">docs</a> |
| 42 | + <a target="new" href="http://progit.org/book/ch2-2.html#tracking_new_files">book</a> |
38 | 43 | </span>
|
39 | 44 | <a name="add">git add</a>
|
40 | 45 | <span class="desc">adds file contents to the staging area</span>
|
|
125 | 130 | <div class="box">
|
126 | 131 | <h2>
|
127 | 132 | <span class="docs">
|
128 |
| - <a href="#">docs</a> |
129 |
| - <a href="#">book</a> |
| 133 | + <a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-status.html">docs</a> |
| 134 | + <a target="new" href="http://progit.org/book/ch2-2.html#checking_the_status_of_your_files">book</a> |
130 | 135 | </span>
|
131 | 136 | <a name="status">git status</a>
|
132 | 137 | <span class="desc">view the status of your files in the working directory and staging area</span>
|
|
209 | 214 | <div class="box">
|
210 | 215 | <h2>
|
211 | 216 | <span class="docs">
|
212 |
| - <a href="#">docs</a> |
213 |
| - <a href="#">book</a> |
| 217 | + <a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-diff.html">docs</a> |
| 218 | + <a target="new" href="http://progit.org/book/ch2-2.html#viewing_your_staged_and_unstaged_changes">book</a> |
214 | 219 | </span>
|
215 | 220 | <a name="diff">git diff</a>
|
216 | 221 | <span class="desc">shows diff of what is staged and what is modified but unstaged</span>
|
|
411 | 416 | <div class="box">
|
412 | 417 | <h2>
|
413 | 418 | <span class="docs">
|
414 |
| - <a href="#">docs</a> |
415 |
| - <a href="#">book</a> |
| 419 | + <a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">docs</a> |
| 420 | + <a target="new" href="http://progit.org/book/ch2-2.html#committing_your_changes">book</a> |
416 | 421 | </span>
|
417 | 422 | <a name="commit">git commit</a>
|
418 | 423 | <span class="desc">records a snapshot of the staging area</span>
|
|
581 | 586 | <div class="box">
|
582 | 587 | <h2>
|
583 | 588 | <span class="docs">
|
584 |
| - <a href="#">docs</a> |
585 |
| - <a href="#">book</a> |
| 589 | + <a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-reset.html">docs</a> |
| 590 | + <a target="new" href="http://progit.org/book/ch2-4.html#unstaging_a_staged_file">book</a> |
586 | 591 | </span>
|
587 | 592 | <a name="reset">git reset HEAD</a>
|
588 | 593 | <span class="desc">unstage changes that you have staged</span>
|
|
679 | 684 | <div class="box">
|
680 | 685 | <h2>
|
681 | 686 | <span class="docs">
|
682 |
| - <a href="#">docs</a> |
683 |
| - <a href="#">book</a> |
| 687 | + <a href="http://www.kernel.org/pub/software/scm/git/docs/git-rm.html">docs</a> |
| 688 | + <a href="http://progit.org/book/ch2-2.html#removing_files">book</a> |
684 | 689 | </span>
|
685 | 690 | <a name="rm-mv">git rm</a>
|
686 | 691 | <span class="desc">remove files from the staging area</span>
|
|
0 commit comments