Sync Fork with Sublime Merge
I have forgotten how to do this enough times that I created a screencast showing how to do it. Also wrote down the steps below.
- Checkout target branch locally (let’s assume our target is “master”)
- Expand “Remotes” (in Locations sidebar)
- Right-click “upstream”
- Fetch from upstream
<enter>
or click fetch- Expand “upstream”
- Right-click “master”
- “Merge upstream/master into master…”
- Complete merge
- Push to origin