I think I'm being dim but I don't understand what this is.
Does it prompt me for a commit message when I save code, with like a special CMD-Shift-S to push or something, or is it just using sublime as a GUI for git?
This is based on my experiences with Magit, so maybe this doesn't work quite the same with SublimeGit, but the thing I find most useful is the ability to select exactly which lines to stage in a commit. You can do this on the command-line with git add -p, but it's much easier and much more natural to do it in the text editor itself. Once you get used to doing this, it's hard to imagine going back.
Does it prompt me for a commit message when I save code, with like a special CMD-Shift-S to push or something, or is it just using sublime as a GUI for git?