From b1e3fa5098979b963a79e5ca7fede69c9e86a449 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 15 Sep 2012 15:07:34 +0900 Subject: [PATCH] add git alias sb as show-branch --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 517575f..384ad1a 100755 --- a/setup.sh +++ b/setup.sh @@ -59,6 +59,7 @@ git_config(){ git config --global alias.graph "log --graph --date-order -C -M --pretty=tformat:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=iso -n 500" git config --global alias.st "status -s -b" git config --global alias.b "branch" + git config --global alias.sb "show-branch" git config --global alias.ci "commit --verbose" git config --global alias.co "checkout" git config --global alias.cim "commit --verbose -m"