-
+
Starting or copying a Git repository
-
Basic Snapshotting
+
Saving your work
-
Branching and Merging
+
Working in contexts
-
Sharing and Updating Projects
+
Using Git to work with others
-
Inspection and Comparison
+
Seeing what happened in your project
-
Fixing and Changing History
+
Cleaning changes up and moving them around
diff --git a/creating/index.html b/creating/index.html
new file mode 100644
index 0000000..7213879
--- /dev/null
+++ b/creating/index.html
@@ -0,0 +1,9 @@
+---
+layout: reference
+---
+
+
Getting and Creating Projects
+
+ Something.
+
+
diff --git a/css/layout.css b/css/layout.css
index 190b68c..949c5db 100755
--- a/css/layout.css
+++ b/css/layout.css
@@ -29,6 +29,8 @@ body {
#reflist h4 { font-size: 0.9em; }
#reflist .block { margin: 0; padding: 0; }
+.box pre { background: #ffe; }
+
ul#menu {
background: #c9182f;
padding: .5em;
diff --git a/images/snapshots.png b/images/snapshots.png
new file mode 100644
index 0000000..fe87f63
Binary files /dev/null and b/images/snapshots.png differ
diff --git a/index.html b/index.html
old mode 100755
new mode 100644
index 19f3154..09bc2f5
--- a/index.html
+++ b/index.html
@@ -96,6 +96,7 @@ layout: reference
how they differ or pull content out of them, etc.
+
If you think about Git
@@ -104,6 +105,6 @@ layout: reference
properly.
-
On to Getting and Creating Projects »
+
On to Getting and Creating Projects »