From 5891d4bf0cfacecb88230e55324a0ccf1f2c6e95 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 21 Feb 2025 10:28:49 -0500 Subject: [PATCH] Don't whack the qa branch if it exists --- modules/hosts/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/common/default.nix b/modules/hosts/common/default.nix index 5f3a110..895ac65 100644 --- a/modules/hosts/common/default.nix +++ b/modules/hosts/common/default.nix @@ -317,7 +317,7 @@ in { ce = "code-exploration"; dots = "cd ~/repos/dots"; gbc = '' - git branch --merged | command grep -vE "^(\*|\s*(main|master|develop|production)\s*$)" | command xargs -n 1 git branch -d + git branch --merged | command grep -vE "^(\*|\s*(main|master|develop|production|qa)\s*$)" | command xargs -n 1 git branch -d ''; gitextract = "git log --pretty=email --patch-with-stat --reverse --full-index --binary --"; gpge = "gpg2 --encrypt --sign --armor -r ";