mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #498 from genebean/new_branch_filter
Don't whack the qa branch if it exists
This commit is contained in:
commit
637ae4f598
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ in {
|
||||||
ce = "code-exploration";
|
ce = "code-exploration";
|
||||||
dots = "cd ~/repos/dots";
|
dots = "cd ~/repos/dots";
|
||||||
gbc = ''
|
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 --";
|
gitextract = "git log --pretty=email --patch-with-stat --reverse --full-index --binary --";
|
||||||
gpge = "gpg2 --encrypt --sign --armor -r ";
|
gpge = "gpg2 --encrypt --sign --armor -r ";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue