git checkout phobos
git reset --hard origin/phobos
This tells Git to reset the head of phobos to the same commit as origin/phobos, and to update the working tree to match.
git checkout phobos
git reset --hard origin/phobos
This tells Git to reset the head of phobos to the same commit as origin/phobos, and to update the working tree to match.