Last active
November 23, 2015 20:35
-
-
Save nivir/a621836532d3569cc3f5 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 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