wjmelements / scripts

Workflow scripts
The Unlicense
14 stars 3 forks source link

Support upstream pull requests #7

Closed wjmelements closed 6 years ago

wjmelements commented 6 years ago

If I have a remote named upstream, then $upstream:$trunk should be the base branch and $origin:$branch the head. The upstream remote name and the trunk branch should be configurable per-repo, defaulting to "upstream" and "master".

wjmelements commented 6 years ago

I think I will put the trunk configuration in .git/info/trunk, unless I can find a better spot

wjmelements commented 6 years ago

I will also want to support supplied upstream branches.

cpr Upstream/repo:master
cpr -b Upstream/repo:master
wjmelements commented 6 years ago

subtask #13 and #12