Answers for "git fetch prune"

4

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
Posted by: Guest on August-14-2020
1

git prune while fetch globally

git config --global fetch.prune true
Posted by: Guest on April-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language