On 05/12/14 14:56, Dylan Hardison wrote: > Next, commit any changes you have made. > $ git rebase -i origin/master To be precise, this is two steps. First, commit any changes you have made in your local tree that you want to save, using git commit, Then, do the rebase command as above. (If you rebase with local uncommitted changes, it will complain.) Gerv