Hacker News new | ask | show | jobs
by BeetleB 54 days ago
By default, if you push to main/master, it marks those commits as immutable (you can still force change). You can configure this to other branches.

But ... is it really that different from git? You can always rewrite history in git, correct?