# HG changeset patch # User Meredith Howard # Date 1441569616 14400 # Node ID 85a414f67356935a433a34ddbf5a43fcc783cbbb # Parent 29fce4f498e5cf5c57d9094d498b4231fa8982f3 Add git sb for short branch status diff --git a/.gitconfig b/.gitconfig --- 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}..