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

Add a setting that would try "origin master" if there's no tracking information #37

Open
d33tah opened this issue Sep 13, 2015 · 2 comments

Comments

@d33tah
Copy link

d33tah commented Sep 13, 2015

$ git up
Can't update your repo because it doesn't has any branches with tracking information.

I would love to be able to set something like GIT_UP_TRY_ORIGINMASTER that would try pulling from origin/master in this case.

@msiemens
Copy link
Owner

Why don't you set up the tracking information for your repo? I'm not sure this is a common case...

@d33tah
Copy link
Author

d33tah commented Oct 2, 2015

This happens to me when I run git init and then add remotes, use hub create and other tools that create a .git directory without actually using git clone.

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

No branches or pull requests

2 participants