Added an alias for pruning dead Git branches.
This commit is contained in:
parent
5de1803727
commit
c68aaaca16
1
.bashrc
1
.bashrc
|
@ -53,6 +53,7 @@ fi
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
alias githistory='git log --oneline --abbrev-commit --all --graph --decorate'
|
alias githistory='git log --oneline --abbrev-commit --all --graph --decorate'
|
||||||
alias gitx='open -a GitX .'
|
alias gitx='open -a GitX .'
|
||||||
|
alias gitprune='git remote prune origin'
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue