Answers for "git fetch prune tags"

1

git prune while fetch globally

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

git fetch prune tags

git fetch --prune --prune-tags
Posted by: Guest on June-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language