diff --git a/basic/index.html b/basic/index.html index 23586e3..00a7a1e 100644 --- a/basic/index.html +++ b/basic/index.html @@ -3,7 +3,12 @@ layout: reference ---
-

Basic Snapshotting

+

+ + book + + Basic Snapshotting +

Git is all about composing and saving snapshots of your project and then @@ -33,8 +38,8 @@ layout: reference

- docs   - book + docs   + book git add adds file contents to the staging area @@ -125,8 +130,8 @@ layout: reference

- docs   - book + docs   + book git status view the status of your files in the working directory and staging area @@ -209,8 +214,8 @@ layout: reference

- docs   - book + docs   + book git diff shows diff of what is staged and what is modified but unstaged @@ -411,8 +416,8 @@ index 2aabb6e..2ae9ba4 100644

- docs   - book + docs   + book git commit records a snapshot of the staging area @@ -581,8 +586,8 @@ Further paragraphs come after blank lines.

- docs   - book + docs   + book git reset HEAD unstage changes that you have staged @@ -679,8 +684,8 @@ M hello.rb

- docs   - book + docs   + book git rm remove files from the staging area