logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-lfs-unlock - Remove "locked" setting for a file on the Git LFS server

Description

       Removes the given file path as "locked" on the Git LFS server. Files must exist and have a clean git
       status before they can be unlocked. The --force flag will skip these checks.

Name

       git-lfs-unlock - Remove "locked" setting for a file on the Git LFS server

Options

       -r <name>, --remote=<name>
           Specify the Git LFS server to use. Ignored if the lfs.url config key is set.

       -f, --force
           Tells the server to remove the lock, even if it’s owned by another user.

       -i <id>, --id=<id>
           Specifies a lock by its ID instead of path.

       --json
           Writes lock info as JSON to STDOUT if the command exits successfully. Intended for interoperation
           with external tools. If the command returns with a non-zero exit code, plain text messages will be
           sent to STDERR.

See Also

git-lfs-lock(1), git-lfs-locks(1).

       Part of the git-lfs(1) suite.

                                                   2025-01-21                                  GIT-LFS-UNLOCK(1)

Synopsis

       git lfs unlock [<options>] <path>

See Also