Answers for "git prune"

3

git prune

if you deleted a branch using the git web GUI and don't want it to show up in your local branch list anymore (git branch -r), then this is the command you should use.
Posted by: Guest on November-08-2020
0

git config pull with prune

git config remote.origin.prune true
Posted by: Guest on October-20-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language