Add git trim helper command

This commit is contained in:
2024-06-17 12:38:10 -04:00
parent 934e09ab00
commit 0a97d0b8ff

View File

@ -18,6 +18,8 @@
sd = diff --name-status
last = cat-file commit HEAD
trim = "!f() { git fetch --all --prune; git branch -vv | awk '/: gone]/{print $1}' | xargs git branch -D; }; f"
[color "branch"]
current = bold blue