NAME

git-annex unlock - unlock files for modification

SYNOPSIS

git annex unlock [path ...]

DESCRIPTION

Normally, the content of annexed files is protected from being changed. Unlocking an annexed file allows it to be modified. This replaces the symlink for each specified file with a copy of the file's content. You can then modify it and git annex add (or git commit) to inject it back into the annex.

OPTIONS

SEE ALSO

git-annex(1)

AUTHOR

Joey Hess id@joeyh.name

Warning: Automatically converted into a man page by mdwn2man. Edit with care.

Comments on this page are closed.