diff --git a/_layouts/reference.html b/_layouts/reference.html index 2de1967..1dff4bd 100755 --- a/_layouts/reference.html +++ b/_layouts/reference.html @@ -67,19 +67,20 @@
+Now you can run a Now you can run a git commit which will just record
+
git commit
which will just record
the changes to the README
file, not the now unstaged
hello.rb
.
On to Sharing and Updating Projects »
+On to Sharing and Updating Projects »
diff --git a/inspect/index.html b/inspect/index.html new file mode 100644 index 0000000..d401d11 --- /dev/null +++ b/inspect/index.html @@ -0,0 +1,50 @@ +--- +layout: reference +--- + ++ In a nutshell blah. +
+And that's it! For more information, try reading the +Pro Git book.
diff --git a/remotes/index.html b/remotes/index.html new file mode 100644 index 0000000..8cb62d1 --- /dev/null +++ b/remotes/index.html @@ -0,0 +1,60 @@ +--- +layout: reference +--- + +
+ In a nutshell you can update your project with git fetch
+ and share your changes with git push
.
+
Cool.
+