mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
add gbc to clean up old git branches
This commit is contained in:
parent
eaaa6f42ac
commit
d4ba61d50b
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
|
||||||
#alias ll='ls -G -l'
|
#alias ll='ls -G -l'
|
||||||
#alias ls='ls -G'
|
#alias ls='ls -G'
|
||||||
alias biv='bundle install --path=vendor/bundle'
|
alias biv='bundle install --path=vendor/bundle'
|
||||||
|
alias gbc='git branch --merged | command grep -vE "^(\*|\s*(master|develop|production)\s*$)" | command xargs -n 1 git branch -d'
|
||||||
alias sal='ssh-add -L'
|
alias sal='ssh-add -L'
|
||||||
alias sz='source ~/.zshrc'
|
alias sz='source ~/.zshrc'
|
||||||
alias st='/Applications/SourceTree.app/Contents/MacOS/SourceTree &'
|
alias st='/Applications/SourceTree.app/Contents/MacOS/SourceTree &'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue