From 52b014853d582becbb8124e2f2a0bcd80a0a9bf0 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 26 Apr 2012 03:07:52 +0900 Subject: [PATCH] update git alias.st --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 029ae53..0fe997f 100755 --- a/bashrc +++ b/bashrc @@ -281,7 +281,7 @@ _my_git_config(){ git config --global status.relativePaths false git config --global status.showUntrackedFiles normal git config --global alias.graph "log --graph --date-order -C -M --pretty=tformat:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=iso" - git config --global alias.st "status -s" + git config --global alias.st "status -s -b" git config --global alias.b "branch" git config --global alias.ci "commit --verbose" git config --global alias.co "checkout"