git-unlock (1) Linux Manual Page
git-unlock – Unlock a file excluded from version control
Synopsis
git-lock <filename>Description
Unlock local files from version control.Options
<filename> The name of the filename.
Examples
$ git unlock config/database.yml
