mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Don't whack the qa branch if it exists
This commit is contained in:
parent
c3a397edfa
commit
5891d4bf0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue