Skip to content

Instantly share code, notes, and snippets.

@dgoldie
Created May 20, 2013 17:22
Show Gist options
  • Save dgoldie/5613717 to your computer and use it in GitHub Desktop.
Save dgoldie/5613717 to your computer and use it in GitHub Desktop.
git pull of new repo of ruby-science
doug@apollo: ~/code/2013/books/ruby-science (master)
$ git pull
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 5 (delta 3), reused 5 (delta 3)
Unpacking objects: 100% (5/5), done.
From https://github.com/thoughtbot/ruby-science
6a66cc9..4b2d9e2 hw-tell-dont-ask -> origin/hw-tell-dont-ask
Already up-to-date.
doug@apollo: ~/code/2013/books/ruby-science (master)
$ git remote show -n origin
* remote origin
Fetch URL: https://github.com/thoughtbot/ruby-science.git
Push URL: https://github.com/thoughtbot/ruby-science.git
HEAD branch: (not queried)
Remote branches: (status not queried)
dc-introduction-edits
hw-tell-dont-ask
jf-add-extract-method-examples
master
Local branch configured for 'git pull':
master merges with remote master
Local ref configured for 'git push' (status not queried):
(matching) pushes to (matching)
doug@apollo: ~/code/2013/books/ruby-science (master)
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment