[pytest-dev] maintaining a synced git fork easily?

Bruno Oliveira nicoddemus at gmail.com
Mon Sep 28 13:15:17 CEST 2015


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

Cheers,
Bruno.



> Florian
>
> --
> http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
>    GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
>          I love long mails! | http://email.is-not-s.ms/
> _______________________________________________
> pytest-dev mailing list
> pytest-dev at python.org
> https://mail.python.org/mailman/listinfo/pytest-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pytest-dev/attachments/20150928/d30074d6/attachment.html>


More information about the pytest-dev mailing list