tldr/pages/common/git-lock.md

10 lines
302 B
Markdown
Raw Normal View History

2021-10-14 04:17:49 +01:00
# git lock
> Lock a file in a Git repository from being modified by a commit.
2021-10-23 19:58:00 +01:00
> Part of `git-extras`. See also `git-unlock`.
2021-10-14 04:17:49 +01:00
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-lock>.
- Disable the ability to commit changes of a local file:
`git lock {{path/to/file}}`