1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 01:07:11 -07:00

add gb alias for listing git branches

This commit is contained in:
Connor Olding 2019-06-05 12:35:16 -07:00
parent d4edd77f5e
commit 882cc002bb

View File

@ -100,6 +100,7 @@ alias gd='git diff -U2'
alias gds='git --no-pager diff --stat'
alias gl='git log --oneline'
alias glo='git log --graph --decorate --pretty=oneline --abbrev-commit --all'
alias gb='git --no-pager branch'
alias perlu='perl -Mopen=locale -Mutf8'
alias rgn="rg --no-ignore"
alias cms="cryptominisat5 --verb 0"