From 882cc002bbd3ea764e8452ef6c08ce48714c6459 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 5 Jun 2019 12:35:16 -0700 Subject: [PATCH] add gb alias for listing git branches --- home/-shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/-shrc b/home/-shrc index 2f98177..629f08a 100644 --- a/home/-shrc +++ b/home/-shrc @@ -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"