Support decentralised pull-request workflow

Issue #28 invalid
Rinat Shigapov created an issue

Currently I can't do pull-requests from my fork to upstream repository. I configured fork and upstream repositories as origin and upstream remotes correspondingly. Upstream is used for master branch only. Other branches are pushed to the fork repository (origin).

I set remote=upstream in .stashconfig.yml. When I try to create pull-request I get an error about not existing branch in upstream repository. But the branch is in the origin.

Comments (3)

  1. Rinat Shigapov reporter

    I managed to create pull-request from my fork when specified remote name explicitly:

    stash pull-request origin/feature_branch master
    
  2. Log in to comment