HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

git locked — List locked files in a Git repository. Part of `git-extras`. More information: <https://github.com/t

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandfilesclilockedgit lockedlistrepositorygit

Problem

How to use the git locked command: List locked files in a Git repository. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-locked>.

Solution

git locked — List locked files in a Git repository. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-locked>.

List all local locked files:
git locked

Code Snippets

List all local locked files

git locked

Context

tldr-pages: common/git locked

Revisions (0)

No revisions yet.