Man page - git-lfs-unlock(1)
Packages contas this manual
- git-lfs-pointer(1)
- git-lfs-config(5)
- git-lfs(1)
- git-lfs-checkout(1)
- git-lfs-post-merge(1)
- git-lfs-pull(1)
- git-lfs-lock(1)
- git-lfs-dedup(1)
- git-lfs-push(1)
- git-lfs-ext(1)
- git-lfs-uninstall(1)
- git-lfs-track(1)
- git-lfs-untrack(1)
- git-lfs-fsck(1)
- git-lfs-status(1)
- git-lfs-ls-files(1)
- git-lfs-completion(1)
- git-lfs-pre-push(1)
- git-lfs-update(1)
- git-lfs-clone(1)
- git-lfs-locks(1)
- git-lfs-clean(1)
- git-lfs-post-checkout(1)
- git-lfs-filter-process(1)
- git-lfs-smudge(1)
- git-lfs-env(1)
- git-lfs-merge-driver(1)
- git-lfs-fetch(1)
- git-lfs-migrate(1)
- git-lfs-post-commit(1)
- git-lfs-install(1)
- git-lfs-standalone-file(1)
- git-lfs-prune(1)
- git-lfs-unlock(1)
- git-lfs-logs(1)
Package: git-lfs
apt-get install git-lfs
apt-get install git-lfs
Manuals in package:
Documentations in package:
Manual
| GIT-LFS-UNLOCK(1) | GIT-LFS-UNLOCK(1) |
NAME
git-lfs-unlock - Remove "locked" setting for a file on the Git LFS server
SYNOPSIS
git lfs unlock [<options>] <path>
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.
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-06-22 |