class Git::Commands::Worktree::Unlock
Unlocks a worktree, allowing it to be pruned, moved, or deleted
@example Unlock a worktree
Git::Commands::Worktree::Unlock.new(execution_context).call('/tmp/feature')
@note โarguments` block audited against
https://git-scm.com/docs/git-worktree/2.54.0
@see Git::Commands::Worktree Git::Commands::Worktree for the full sub-command list
@see git-scm.com/docs/git-worktree git-worktree documentation
@api private