I noticed that I can just queue commands (for example I usually just do Pull followed immediately by Push, and Sublime Merge just executes one after the other ends) which is great.
However if there’s a Merge/Rebase conflict the Push doesn’t get executed.
Steps to reproduce (I’m on Mac client):
1- do a pull --ff-only
immediately followed by push
2- During Pull, Merge/Rebase question pops (I usually answer Rebase
)
3- Process ends after the Rebase. Pull is not executed.