git fetch prune tags code example
Example 1: git prune while fetch globally
git config --global fetch.prune true
Example 2: git fetch prune tags
git fetch --prune --prune-tags
git config --global fetch.prune true
git fetch --prune --prune-tags