git stash git pull

git stash
temporarily saves local modifications to the stack.
The current state of the warehouse is exactly the same as the last submitted content.

After git pull
has temporarily saved the local modifications, you can pull the code on the server.

After manually modifying the code, click Little Turtle's resovle to solve
and submit the code.

Guess you like

Origin blog.csdn.net/weixin_52268321/article/details/131634804