为什么以下各项(基于https://stackoverflow.com/a/54314490/10082400)无效?我该如何运作?谢谢。
$ git rev-parse HEAD^2
HEAD^2
fatal: ambiguous argument 'HEAD^2': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'