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 Cheers, Bruno. > Florian > > -- > http://www.the-compiler.org | [email protected] (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 > [email protected] > https://mail.python.org/mailman/listinfo/pytest-dev >
_______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
