Skip to content

Instantly share code, notes, and snippets.

@darwin
Created August 27, 2009 01:58
Show Gist options
  • Select an option

  • Save darwin/176019 to your computer and use it in GitHub Desktop.

Select an option

Save darwin/176019 to your computer and use it in GitHub Desktop.
~/code/visor gh-pages ➔ git pull origin gh-pages
From github.com:darwin/visor
* branch gh-pages -> FETCH_HEAD
Updating 60504f9..1016467
Fast forward
_layouts | 2 +-
shared | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
~/code/visor gh-pages⚡ ➔ gits
# On branch gh-pages
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: _layouts
# modified: shared
#
no changes added to commit (use "git add" and/or "git commit -a")
~/code/visor gh-pages⚡ ➔ git diff
diff --git a/_layouts b/_layouts
index fcda63e..8c5e203 160000
--- a/_layouts
+++ b/_layouts
@@ -1 +1 @@
-Subproject commit fcda63eedcf63db0526608ac44aa0de0b3bc725a
+Subproject commit 8c5e20362a457bc40329ee952e3533f66aab654b
diff --git a/shared b/shared
index 6de38c4..0f7c09c 160000
--- a/shared
+++ b/shared
@@ -1 +1 @@
-Subproject commit 6de38c43b527d49c6a20cf918a02d3ca90bf560a
+Subproject commit 0f7c09c69f8c58cfde767c99aa7ea872236c6e80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment