[Step 15][SourceTree] Pull with Rebase - Yellow-Team-Millerslab/GitPlayground GitHub Wiki
Goal: To pull the latest code from remote and rebase with it when there are uncommitted local changes.
- Add a custom action from tool > option
- In custom action, add a new actions like
script to run: C:\Program Files\Git\bin\git.exe
paramaters: pull --rebase --autostash
- In Worktree view, right click to access context menu to run custom action.