gb
In my ~/.bash_profile
I have an alias for viewing branches in Git with only three keystrokes. It also keeps the archived branches out of sight:
alias gb='git branch |egrep -v "^\s*archive/"'
I suggest composing it with git retire.
In my ~/.bash_profile
I have an alias for viewing branches in Git with only three keystrokes. It also keeps the archived branches out of sight:
alias gb='git branch |egrep -v "^\s*archive/"'
I suggest composing it with git retire.