From 1adf4052b99c5c692fad0d3d7be14ce03e48df34 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 24 Apr 2014 12:08:52 +0200 Subject: Git config: sb alias = show-branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 83e5458..dd6e674 100644 --- a/.gitconfig +++ b/.gitconfig @@ -40,6 +40,7 @@ | grep -ve '^. [(]' -e '^..$'\ | awk '/^[\"-$] Untracked/{exit}{print $0}';\ }; git_s" + sb = show-branch # git se @ .... se = "!git_se() {\ local subjpfx=\"PATCH\"; [[ $1 =~ ^@* ]] && subjpfx=\"${1#@}][${subjpfx}\" && shift;\ -- cgit