diff options
author | 2016-06-13 19:18:25 +0700 | |
---|---|---|
committer | 2016-07-08 15:31:04 -0700 | |
commit | 6d308627cae4d34c058591de73ce14a52b79cf4e (patch) | |
tree | 9d87bb41ad8390127869ed99a4fd453886acc9df /Documentation | |
parent | worktree: add "lock" command (diff) | |
download | tgif-6d308627cae4d34c058591de73ce14a52b79cf4e.tar.xz |
worktree: add "unlock" command
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-worktree.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index b49b25bf52..27330c5a39 100644 --- a/Documentation/git-worktree.txt +++ b/Documentation/git-worktree.txt @@ -13,6 +13,7 @@ SYNOPSIS 'git worktree list' [--porcelain] 'git worktree lock' [--reason <string>] <worktree> 'git worktree prune' [-n] [-v] [--expire <expire>] +'git worktree unlock' <worktree> DESCRIPTION ----------- @@ -73,6 +74,10 @@ prune:: Prune working tree information in $GIT_DIR/worktrees. +unlock:: + +Unlock a working tree, allowing it to be pruned, moved or deleted. + OPTIONS ------- |