[pytest-dev] maintaining a synced git fork easily?
holger krekel
holger at merlinux.eu
Mon Sep 28 13:33:07 CEST 2015
On Mon, Sep 28, 2015 at 11:15 +0000, Bruno Oliveira wrote:
> On Mon, Sep 28, 2015 at 7:26 AM Florian Bruhin <me at the-compiler.org> wrote:
>
> > I usually have the following workflow when I contribute to projects:
> >
>
> I have the exact workflow as Florian. :)
>
> I would only add that you can create your branches based directly on the
> upstream:
>
> $ git checkout -b fix-1234 upstream/master
> $ git push origin
thanks. The post Eldar referenced also advertises this workflow
but additionally sets some config options:
$ git config remote.pushdefault origin
$ git config push.default current
which means you can just say "git push" above.
I am trying out this work flow now.
thanks everybody :)
holger
More information about the pytest-dev
mailing list