You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.
The reason we didn't for node boils down to two things:
Git is easy recoverable because the repository is fully distributed to whoever clones it. Any one of us can easily push back everything even if master is deleted or messed up entirely.
Being force-pushable allows some window for people to fix inevitable mistakes in e.g. metadata or anything else.
I personally do not feel that it is very necessary to do for git, or at least for any repository where a sizeable amount of people have up-to-date copies.
I'm ok with branch protection as a mechanism to prevent accidental pushing to master. Very much not ok as way to gatekeeper things getting landed. I think if go with the intention as @ljharb says, it's seems non to burdensome?
addaleax
changed the title
Protect the master branch?
Protect the latest branch?
Sep 15, 2017
addaleax
changed the title
Protect the latest branch?
Protect the latest branch?
Sep 15, 2017
I accidentally committed to master and we should be saved from ourselves by protecting the master branch. Thoughts?
The text was updated successfully, but these errors were encountered: