Add git gone alias

This commit is contained in:
GeorgeSG
2026-08-04 11:55:12 +03:00
parent 0e4424681a
commit 6396950ab1
+3
View File
@@ -89,3 +89,6 @@
update-submodules = submodule update --init --recursive
upgrade-submodules = submodule update --init --remote
# Delete all local branches that have been removed from the remote.
gone = !git fetch --prune && git branch -vv | awk '/: gone]/ {print $1}' | xargs -r git branch -D