Sun, 06 Sep 2015 16:00:16 -0400
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}..