mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-08 22:47:33 +00:00
clean --reclone: also delete local tags
This commit is contained in:
parent
3a518633f9
commit
cef8370975
@ -660,6 +660,9 @@ case "$cmd" in
|
||||
bra=`git config "branch.$r.merge" || $ECHO "$r"`
|
||||
upstream="$rem/${bra#refs/heads/}"
|
||||
if $fetchupstream; then
|
||||
for t in `git tag`; do
|
||||
verbose git tag -d "$t"
|
||||
done
|
||||
verbose git fetch "$rem"
|
||||
verbose git remote prune "$rem"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user