On command line, especially when I’m dealing with a few branches, I often type the next git command before the current command is done executing. Especially when pulling and pushing a few different branches.
Trying to do this in Sublime Merge, it seems to only be able to deal with 1 queued command, and it will always be the last command entered.
Example:
git checkout master
git pull
git checkout feature
git pull
git checkout other-feature
git pull
It will only pull master and other-feature