.gitconfig

changeset 197
85a414f67356
parent 196
29fce4f498e5
child 207
af14b7f5bc42
--- 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