← Back to context

Comment by est

2 years ago

> It's disappointing to see GitHub calling it a feature instead of a bug

git is a "distributed" version control software afterall. It means a peer can't control everything.

Anyone at your company and just push to a public git repository at any time. Nothing stopping them except threat of consequences.

  • So? Employees with access to sensitive data are capable of leaking that data. News at eleven!

    And anyone in the world can pull what was pushed to a public git repo before you delete it. You should always assume that has happened.