LinuxCommandLibrary

git-unlock

Resume tracking changes to a locked file

TLDR

Unlock a file

$ git unlock [file]
copy

SYNOPSIS

git unlock file

DESCRIPTION

git unlock removes the assume-unchanged flag from a file, allowing Git to track changes again. This reverses the effect of `git lock`, which tells Git to ignore local modifications to a file.
Part of the git-extras package.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community