Hi, Part of the issue here is that you almost always going to have unstaged changes in the SDK eg rat report, mustella test results, player swc or AIR SDK files etc etc. In that case a git pull -rebase will always fail with "Cannot pull with rebase: You have unstaged changes." .And you don't want to commit these things into the SDK and I think in this case git stash will remove the changes you actually want to commit?
Justin