From cd2e997438acc658059b331caddb11d2100a0489 Mon Sep 17 00:00:00 2001 From: 10sr Date: Sat, 10 Dec 2011 20:25:52 +0900 Subject: [PATCH] show untracked files in git --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .bashrc diff --git a/.bashrc b/.bashrc old mode 100644 new mode 100755 index 711f803..0dfa181 --- a/.bashrc +++ b/.bashrc @@ -167,7 +167,7 @@ _mygitconfig(){ git config --global core.autocrlf false git config --global color.ui auto git config --global status.relativePaths false - git config --global status.showUntrackedFiles no + git config --global status.showUntrackedFiles normal git config --global alias.graph "log --graph --date-order -C -M --pretty=format:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=short" git config --global alias.st "status -s" git config --global alias.b "branch"