Created
June 21, 2016 23:02
-
-
Save galtenberg/d099f16911b91c030cfc1b983ac6f244 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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