summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig1
1 files changed, 1 insertions, 0 deletions
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 @<project name or another optional tag> ....
se = "!git_se() {\
local subjpfx=\"PATCH\"; [[ $1 =~ ^@* ]] && subjpfx=\"${1#@}][${subjpfx}\" && shift;\