Related to #3
sorry if I'm using wrong terminology or something, I'm not really familiar with the "true git way".
In github the "fork queue" is a very brittle way to merge more than a few changes from upstream to your local repo, OTOH from command-line doing "remote add" "fetch" "merge remote local" -dance works fine, we need a script that automates this so people using the "developement mode" (see link) can easily get all the upstream changes.
This script should merge all the branches that the upstream has to corresponding local ones and create local copies for any missing (basically get the local fork into same state as the upstream [with local changes remaining])
(moved from https://github.com/midgardproject/midgardmvc_core/issues/issue/32)
Related to #3
sorry if I'm using wrong terminology or something, I'm not really familiar with the "true git way".
In github the "fork queue" is a very brittle way to merge more than a few changes from upstream to your local repo, OTOH from command-line doing "remote add" "fetch" "merge remote local" -dance works fine, we need a script that automates this so people using the "developement mode" (see link) can easily get all the upstream changes.
This script should merge all the branches that the upstream has to corresponding local ones and create local copies for any missing (basically get the local fork into same state as the upstream [with local changes remaining])
(moved from https://github.com/midgardproject/midgardmvc_core/issues/issue/32)