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

instructions to update pull request makes assumptions about git remotes (integration) #350

Closed
boneskull opened this issue Dec 2, 2016 · 0 comments · Fixed by #849
Closed

Comments

@boneskull
Copy link

In mochajs/mocha#2621, the automated message contains the following:

image

There are at least two problems here:

  1. My working copy's origin is not github.com/mochajs/mocha, it's github.com/boneskull/mocha.

    I believe you can get away with just giving git the URL:

    $ git push ssh://git@github.com/mochajs/mocha.git greenkeeper/update-all

    I don't know if it's better to use an https scheme.

  2. git fetch assumes origin. Again, a specific URL, or git fetch --all may be better.

I realize it isn't really Greenkeeper's job to teach developers how to use git. Either way, had I followed these instructions, it wouldn't work.

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

Successfully merging a pull request may close this issue.

2 participants