aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 81b0f7ce..56553936 100644
--- a/Makefile
+++ b/Makefile
@@ -55,4 +55,7 @@ clean-local-identities:
git for-each-ref refs/remotes/origin/identities/ | cut -f 2 | $(XARGS) -n 1 git update-ref -d
rm -f .git/git-bug/identity-cache
+clean-remote-identities:
+ git ls-remote origin "refs/identities/*" | cut -f 2 | $(XARGS) git push origin -d
+
.PHONY: build install releases test pack-webui debug-webui clean-local-bugs clean-remote-bugs