On Wed, 8 Mar 2017 10:37:44 -0600, Matt Sicker wrote:
The "write to a PR branch" was something I mentioned in a different email.

If you want a single command to merge a PR into master, assuming you've
already set up "github" as your github remote:

$ git remote -v
github  https://github.com/apache/commons-math.git (fetch)
github  https://github.com/apache/commons-math.git (push)
origin  https://git-wip-us.apache.org/repos/asf/commons-math.git (fetch)
origin  https://git-wip-us.apache.org/repos/asf/commons-math.git (push)


git pull github pull/42
git push

Something like that should work.

$ git pull github pull/50
fatal: Couldn't find remote ref pull/50

Am I missing something?

Regards,
Gilles

[...]


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to