Hi Alvaro & Cristian, > git rebase master I have done that successfully. Thanks for clarifying this one. Since I still had outstanding changes in my branch checkout I learnt that $ git stash $ git rebase master $ git stash pop is the way to go. GREAT! Thanks guys! Marko