[HTTPS-Everywhere] Where to reenable rules?

Jacob Hoffman-Andrews jsha at eff.org
Thu Apr 9 13:51:52 PDT 2015


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You can move your existing master to a branch like so:

git checkout -b new-branch master
git checkout master
git reset --hard origin/master
git push REPO new-branch

Then you'll have to open a new pull request for the new branch. In
general I do prefer smaller pull requests. Larger ones will take longer
to submit because each part of them needs to be correct. You don't
*have* to break this big one into smaller ones, but it will take longer.

On 04/09/2015 01:43 PM, Alexander Buchner wrote:
> On 09.04.2015 22:12, Jacob Hoffman-Andrews wrote:
>> There's a short tutorial under
>> https://www.eff.org/https-everywhere/development, starting about the
>> middle of the page.
>>
>> In short, you'll want to create a separate branch for each change,
>> push the branch to your own fork, and create a pull request for that
>> branch.
>
> Thanks!
>
> Right now my local master contains some commits which you can see in
> https://github.com/EFForg/https-everywhere/pull/1333.
>
> Should I try to revert them and create single pull requests for every
> commit?
>
> Creating a new branch off my master will right now also result in a
> 'big' pull request because my master already contains the before
> mentioned commits.
>
> At least, I think, now I get why I should create a new branch off master
> for every commit.
>
>
>
> _______________________________________________
> HTTPS-Everywhere mailing list
> HTTPS-Everywhere at lists.eff.org
> https://lists.eff.org/mailman/listinfo/https-everywhere

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJVJuZnAAoJEKczrZbVKyUh0YsP/08DZhaSABPAL2cE8cqwY2me
Aoz9ByZfmQ7O8/EqKuxZvNZagkso2aCelHeQznM9f5tYTHfFgbRsstX7ElB2taeS
wFXSqnLJ9C7WCFXWtpiyvZ7EpVKtbR415oxzn+E5wqk0x3aeKB+uU3b2YEhIxKyY
qqiWCgcQKfEJ6qcQlsZ5aFkUzuQeWbLX+L83gmNyTWrjfmTRC/qvPNrTCUNyLxWf
fKouUZwdWQY0hjtuAEqCSo/EimtizNR2QFEmEwVNI56s7k+PuDRiO8rNt1135pzr
loid93V1Ysg3d7Dptk5Owxa+pOstHoi0opj+PEmh1JAqIZk90B9VIx+WevkJugHa
G21SAiDD8jzstxmu2z/mRMl58mFR77jFr13mx2oX6sBgDnsAZ263KPV34yIcnyDU
TSQREDj5BaPuK9AAQV1PuRiJfz0jm1yx0g2csSs3Eq/z4tgtsh3+fdt/ms7Bhnf2
ygSZFUbhMvHWsEwG+jRZnwJKVHzH5Pio/nSIxT3q90tIO6rLzgQqNRuk1IRwWfQL
88ksvk69mzU1UxVFjc27EIZPAccZMsbETm2o3M7DKH6LNsoBdlZm3zUkzcL0UHGa
YHYPiKm10fM1CkcarbMfn5MxnzQKdUAgcYQUfNqjqf1cytbwWqbo2GtoRexeoGIZ
Xn7Nr6tU3RF1+d6LdzUq
=Z90a
-----END PGP SIGNATURE-----



More information about the HTTPS-Everywhere mailing list