Horje
what does worktree prune do Code Example
what does worktree prune do
$ mkdir a
$ cd a
$ git init
$ git commit --allow-empty --allow-empty-message -m ''
$ git worktree add ../b
$ ls .git/worktrees/
b
$ rm -rf ../b
$ git worktree prune
$ ls .git/worktrees/
$




Shell

Related
mongodb install issues Code Example mongodb install issues Code Example
jq delete variable Code Example jq delete variable Code Example
start commit with pound sign Code Example start commit with pound sign Code Example
portainer install Code Example portainer install Code Example
mac Os dark icons for ubuntu 20.04 Code Example mac Os dark icons for ubuntu 20.04 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8