Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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/
$
Comment

PREVIOUS NEXT
Code Example
Shell :: migration angular version 
Shell :: git stash 
Shell :: delete resource group azure powershell 
Shell :: How to install packages on arch linux 
Shell :: Comparing Actual Changes Between Two Branches 
Shell :: how to edit and save crontab in linux 
Shell :: cli50 install with pip3 
Shell :: how to make apache not run automatically linux 
Shell :: git added and modified files 
Shell :: aws cli cloudformation list stacks 
Shell :: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 
Shell :: grep search in file bash 
Shell :: free dock for linux 
Shell :: how to assign more than one ip address in linux 
Shell :: parrot os postman download 
Shell :: jq unencode string 
Shell :: linux time now command 
Shell :: can not login kali linux 
Shell :: cmd to find find file 
Shell :: npm warn 
Shell :: git deleted files update 
Shell :: have all changes from a local branch to a new local branch git 
Shell :: docker run image 
Shell :: deploy django site to aws 
Shell :: rmdir recursive 
Shell :: installing maven using brew 
Shell :: create a batch file from batch file 
Shell :: pwd in command prompt 
Shell :: bash script get last position of character in string 
Shell :: how to revert commit in git 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =