git
で問題を解決しようとしています。"git show HEAD"の結果が "fatal:ambiguous" HEAD ':作業ツリーにないリビジョンまたはパス "
と入力すると、エラーfatal : ambiguous 'HEAD': unknown revision or path not in the working tree
が表示されます。
この問題を解決するにはどうすればよいですか?
git status
の表示は、次のとおりです。
git status
On branch master
Initial commit
Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: script.txt
Untracked files:
(use "git add <file>..." to include in what will be committed)
script.txt~
'git status'の出力は何ですか? – Jakuje