$ git stash $ git stash [save]
$ git stash list
Might conflict
$ git stash pop $ git stash apply
$ git stash drop $ git stash clear