On Mon, Sep 28, 2015 at 11:15 +0000, Bruno Oliveira wrote:
> On Mon, Sep 28, 2015 at 7:26 AM Florian Bruhin <[email protected]> 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
_______________________________________________
pytest-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-dev