[GRASS-dev] how to backport in git(hub)?

Markus Neteler neteler at osgeo.org
Tue Aug 6 11:46:29 PDT 2019


On Tue, Jul 16, 2019 at 12:05 PM Martin Landa <landa.martin at gmail.com> wrote:
>
> Hi,
>
> I am using simplified workflow:
>
> (assumming that we are in releasebranch_7_6 branch)
> git fetch --all
> git rebase upstream/releasebranch_7_6
> git cherry-pick hash
> (or
> git cherry-pick -m1 hash
> when cherry picking a merge request
> )
> git push upstream releasebranch_7_6

Thanks, updated here:

https://trac.osgeo.org/grass/wiki/HowToGit#Backportingofasinglecommitfrommastertoreleasebranch

Markus


More information about the grass-dev mailing list