Все подготовленные, но незафиксированные файлы удалены после выпуска :git reset --hard HEAD

Обычно вы можете сделать:

$ echo "Stanley, you must beware of the Drive bee" > file-a
$ echo "What's a Drive bee?" > file-b
$ git init.
$ git add file-b
$ git commit file-b -m "We don't know, but whatever error you make with it could be fatal."
$ git reset --hard HEAD
$ ls
file-a file-b

Я думаю, что сделал что-то очень плохое:

$ echo "What are you doing, you darn          
9
задан dcow 14 August 2015 в 01:54
поделиться