I did some changes and I dirty the local repository.
How can I update my local repo to be exactly like the remotly repo (and also update all the submodules)?
I thought to do git pull --rebase but I not sure if it's will give me what that I want.