Skip to content

Instantly share code, notes, and snippets.

@nivir
Last active November 23, 2015 20:35
Show Gist options
  • Save nivir/a621836532d3569cc3f5 to your computer and use it in GitHub Desktop.
Save nivir/a621836532d3569cc3f5 to your computer and use it in GitHub Desktop.
git pull
remote: Counting objects: 3, done.
remote: Total 3 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (3/3), done.
From ssh://project_location
* [new branch] master -> origin/master
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment