让我们将此博客文章隐匿起来,然后查看 stash引用的日志:
$ git log stash --oneline6cb983fe (refs/stash) WIP on main: c6ee55ed wip2ff2c273 index on main: c6ee55ed wip... some more stuff
现在我们可以查看提交 2ff2c273以查看其包含的内容:
$ git show 2ff2c273 --statcommit 2ff2c273357c94a0087104f776a8dd28ee467769Author: Julia Evans
毫不意外,它包含了这篇博客文章。这很合理!