Open to add closed for update #4804
ArvindGundimajalu
started this conversation in
Ideas
Replies: 1 comment
-
Git itself is not designed to do this kind of locking. However, when you really want to set a file to be "read only", |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking for a feature that allows me to lockdown updates to files. Essentially making them immutable.
This will be really handy for files that define interface, allowing to control the possibility of a breaking change getting introduced.
The feature needs to operate at 2 levels
The feature should now block a user from adding new files. But once added it should not be possible to update or delete the file without special privileges.
Beta Was this translation helpful? Give feedback.
All reactions