by Rodney Wolford.
Just to help the reader, I think you wanted a return where marked with *
git stash*git checkout MOODLE_25_STABLE
So the sequence would be:
git stash
git checkout MOODLE_25_STABLE
git stash pop
Rod