Horje
git worktree prune Code Example
git worktree prune
$ 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
read motd ubuntu Code Example read motd ubuntu Code Example
catch lines after pattern Code Example catch lines after pattern Code Example
xargs use arg multiple times Code Example xargs use arg multiple times Code Example
snaps in ubuntu take a lot of space Code Example snaps in ubuntu take a lot of space Code Example
react-laag Code Example react-laag Code Example

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