git-unlock - Man Page
Unlock a file excluded from version control
Examples (TL;DR)
- Enable the ability to commit changes of a previously-locked local file:
git unlock path/to/file
Synopsis
git-unlock <filename>
Description
Unlock local files from version control.
Options
<filename>
The name of the filename.
Examples
$ git unlock config/database.yml
Author
Written by Julio Napuri <julionc@gmail.com>
Reporting Bugs
See Also
Referenced By
December 2021 Git Extras