I modified the code on the first computer yesterday, but I didn"t submit it to github. Then after going back, git clone url downloaded the code on the second computer, modified it, and then submitted it to github. I now want to update the local warehouse on the first computer to the latest version of github. I didn"t want to change the code that was not submitted yesterday. What should I do, please? After using git fetch origin master, I saw that the code in the local repository is not the latest code on github.