What is the purpose of git stash create and git stash store?
问题 From the documentation at git-scm, there are two git stash commands that mention relevance to scripting, but not general use: create Create a stash (which is a regular commit object) and return its object name, without storing it anywhere in the ref namespace. This is intended to be useful for scripts. It is probably not the command you want to use; see "save" above. store Store a given stash created via git stash create (which is a dangling merge commit) in the stash ref, updating the stash