Skip to content

Instantly share code, notes, and snippets.

@galtenberg
Created June 21, 2016 23:02
Show Gist options
  • Save galtenberg/d099f16911b91c030cfc1b983ac6f244 to your computer and use it in GitHub Desktop.
Save galtenberg/d099f16911b91c030cfc1b983ac6f244 to your computer and use it in GitHub Desktop.
$ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'upstream/master'.
$ git pull -r
remote: Counting objects: 167, done.
remote: Compressing objects: 100% (114/114), done.
remote: Total 167 (delta 74), reused 12 (delta 12), pack-reused 41
Receiving objects: 100% (167/167), 58.66 KiB | 0 bytes/s, done.
Resolving deltas: 100% (81/81), completed with 11 local objects.
From github.xxx.com:xxx/xxx
41a8bcb..b595d05 master -> upstream/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment