Add git sb for short branch status

Sun, 06 Sep 2015 16:00:16 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 06 Sep 2015 16:00:16 -0400
changeset 197
85a414f67356
parent 196
29fce4f498e5
child 198
a4b45bcb4ba9

Add git sb for short branch status

.gitconfig file | annotate | diff | comparison | revisions
--- a/.gitconfig
+++ b/.gitconfig
@@ -12,6 +12,7 @@
 	ci      = commit
 	rec     = !sh -c '(git add -p -- $@ && git commit -v ) || git reset' --
 	unrec   = checkout --patch
+	sb      = status -sb
 	update  = "!git remote update -p && git merge --ff-only --stat @{u}"
 	in      = "!git remote update -p; git log ..@{u}"
 	out     = log @{u}..

mercurial