On Thu, Aug 4, 2016 at 3:16 AM, John Meinel <[email protected]> wrote:
> So my "upstream" is github.com/juju/juju but my "origin" is > github.com/jameinel/juju. I would be concerned to set the former as an > origin because as a lead I *do* have the ability to push to the master > branch. I really don't want to do that by accident. > > Is there a configuration I can do differently? > You can set the upstream push URL to something fake like nopush. Better yet use the read-only git url for the remote. i.e. git://github.com/... rather than the read-write one, [email protected]/... Either would help prevent accidental writes to upstream. -- Reed O'Brien ✉ [email protected] ✆ 415-562-6797
-- Juju-dev mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev
