Git study notes-do not commit local changes, and pull the latest code of the branch

1. Enter the following command in the terminal command: Temporarily save local changes

git stash

 

2. Pull the branch code

git pull

 

Reference link: https://www.jianshu.com/p/37f3a7e4a193 

Guess you like

Origin blog.csdn.net/mumuwang1234/article/details/112860452