git-unlock: add page (#7035)

beep
CleanMachine1 2021-10-23 19:58:00 +01:00 committed by GitHub
parent d83441812f
commit 3c36cfe48d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# git lock
> Lock a file in a Git repository from being modified by a commit.
> Part of `git-extras`.
> Part of `git-extras`. See also `git-unlock`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-lock>.
- Disable the ability to commit changes of a local file:

View File

@ -0,0 +1,9 @@
# git unlock
> Unlock a file in a Git repository so it can be modified by a commit.
> Part of `git-extras`. See also `git lock`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-unlock>.
- Enable the ability to commit changes of a previously-locked local file:
`git unlock {{path/to/file}}`