Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new-branch throws error on pull #48

Closed
bbergstrom opened this issue Mar 25, 2015 · 2 comments
Closed

new-branch throws error on pull #48

bbergstrom opened this issue Mar 25, 2015 · 2 comments

Comments

@bbergstrom
Copy link
Contributor

The pull is happening when there is no upstream set.

brianbergstrom@bb-mbp octopolo (master)$ op new-branch dated-branch-delete-flag
git branch --no-track dated-branch-delete-flag origin/master
git checkout dated-branch-delete-flag
git pull
Unable to perform 'git pull': exit_status=1; stderr=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> dated-branch-delete-flag

git push --set-upstream origin dated-branch-delete-flag
Branch dated-branch-delete-flag set up to track remote branch dated-branch-delete-flag from origin.
@bbergstrom
Copy link
Contributor Author

Fixing in #47

@anfleene
Copy link

This was resolved by #47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants