From f35f8e07d7ba2b2230a8a591ba760641456a2b0c Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 20 Jan 2015 16:25:30 +0900 Subject: [PATCH] Add new git alias echo-ref --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index ef6750c..d307b95 100755 --- a/setup.sh +++ b/setup.sh @@ -235,6 +235,7 @@ setup_gitconf(){ # $_gc alias.ll "!git ls-files | xargs ls -l -CFG --color=auto --time-style=long-iso" $_gc alias.addi "add -i" $_gc alias.clean-p "diff --quiet" + $_gc alias.echo-ref "for-each-ref --format='%(refname:short)'" # alias open-branch and close-branch, which will be useful for topic branch # workflow