✗ git status On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory)
no changes added to commit (use "git add" and/or "git commit -a")
✗ git stash Saved working directory and index state WIP on master: 8a96c7b 添加基于配置的消费者方式 HEAD is now at 8a96c7b 添加基于配置的消费者方式
✗ git stash list stash@{0}: WIP on master: 8a96c7b 添加基于配置的消费者方式
✗ git status On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working tree clean
✗ git stash pop On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory)
no changes added to commit (use "git add" and/or "git commit -a") Dropped refs/stash@{0} (fa73ca947d591003cd46a49f6d657cce43756d1a)
✗ git stash list ✗ git status On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory)