Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git fetch prune

git fetch --prune #is the best utility for cleaning outdated branches. It will connect to a shared remote repository remote and fetch all remote branch refs. It will then delete remote refs that are no longer in use on the remote repository
 
PREVIOUS NEXT
Tagged: #git #fetch #prune
ADD COMMENT
Topic
Name
1+8 =