[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.

  1. Add a custom action from tool > option

  1. In custom action, add a new actions like

script to run: C:\Program Files\Git\bin\git.exe

paramaters: pull --rebase --autostash

  1. In Worktree view, right click to access context menu to run custom action.