カテゴリー:
GitHub
閲覧数:319 配信日:2020-05-31 14:57
user@xxxx /L/3_開発/git/p11 (master)
$ git reset HEAD
$ git reset HEAD
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
user@xxxx /L/3_開発/git/p11 (master)
$ git reset --hard
$ git reset --hard
warning: unable to rmdir 'privatenews.xxxx.xxxx': Directory not empty
gitコマンドでファイル削除されることはありますか?