If you could add the ability to stage by line/hunk, perhaps from within the diff view, that would be pretty rad.
Also too bad that you can't initiate an interactive rebase using SublimeGit.
If I have to drop to the terminal for those two things (which I do quite frequently), realistically I'll end up just using the terminal for all git operations.
You can actually stage and unstage hunks from a diff view. With a diff view open, you can press + or - to increase or decrease hunk size, n/p and N/P for next/previous hunk/file, and s/u for stage and unstage.
If you could add the ability to stage by line/hunk, perhaps from within the diff view, that would be pretty rad.
Also too bad that you can't initiate an interactive rebase using SublimeGit.
If I have to drop to the terminal for those two things (which I do quite frequently), realistically I'll end up just using the terminal for all git operations.