We have 2 main branches on our project. The first one is stable(the current successful build) and the second is unstable(experimentation). I branched out from unstable and started working on a functionality. I now need to get the latest update from stable.
I would like to know if git rebase origin/stable is a viable option to get the latest changes from stable.