Skip to content

Instantly share code, notes, and snippets.

@cubeton
Last active September 16, 2015 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cubeton/48b5c726b496d50c3975 to your computer and use it in GitHub Desktop.
Save cubeton/48b5c726b496d50c3975 to your computer and use it in GitHub Desktop.
gitpulloriginmaster
mnelson:myproject mnelson$ git pull origin master
remote: Counting objects: 1, done.
remote: Total 1 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (1/1), done.
From https://github.com/cubeton/mynewrepository
 * branch            master     -> FETCH_HEAD
   b345d9a..5381b7c  master     -> origin/master
Merge made by the 'recursive' strategy.
 mnelson.txt | 1 +
 1 file changed, 1 insertion(+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment