From: Simon Ruderich Date: Mon, 15 Jul 2024 06:27:59 +0000 (+0200) Subject: vcs: gitconfig: update ru alias to include --prune X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=d341155d4ce468fe049dbb76382295bd0cd416c3;p=config%2Fdotfiles.git vcs: gitconfig: update ru alias to include --prune --- diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index 9fe449d..6cc6b7d 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -74,7 +74,7 @@ pf = push --force-with-lease # Parallel git remote update. Also strips unnecessary output. ru = "! git remote \ - | xargs -d '\\n' -n1 -P0 git remote update 2>&1 \ + | xargs -d '\\n' -n1 -P0 git remote update --prune 2>&1 \ | sed '/^$/d; \ /^Please make sure you have the correct access rights$/d; \ /^and the repository exists\\.$/d;'"