git- git stash

2.stash

$ git stash # temporary storage of current changes
$ git stash list # list displays a list of the temporary
changes $ git stash apply # temporary area of application of the latest
changes $ git stash pop # apply the latest temporary area, and delete the latest staging area

 

Guess you like

Origin www.cnblogs.com/rrcj/p/11480164.html