$ git status --short
MM CHANGELOG.md
M README.md
$ git tuck -- CHANGELOG.md
Saved working directory and index state WIP on master: 18ea83d Add docs
HEAD is now at 18ea83d Add docs
$ git status --short
M README.md
$ git stash pop --index --quiet
$ git status --short
M CHANGELOG.md
M README.md
Ideally, the end state would match the initial state:
$ git status --short
MM CHANGELOG.md
M README.md
Ideally, the end state would match the initial state: