1GIT-UNLOCK(1) Git Extras GIT-UNLOCK(1)
23
4
NAME
6git-unlock - Unlock a file excluded from version control
7
SYNOPSIS
9git-unlock <filename>
10
DESCRIPTION
12Unlock local files from version control.
13
OPTIONS
15<filename>
1617
The name of the filename.
18
EXAMPLES
20$ git unlock config/database.yml
21
AUTHOR
23Written by Julio Napuri <julionc@gmail.com>
24
REPORTING BUGS
26<https://github.com/tj/git-extras/issues>
27
SEE ALSO
29<https://github.com/tj/git-extras>
3031
32
33
December 2021 GIT-UNLOCK(1)