I was pushing to a git repository, when it was taking too long, and I killed it using ^C.
Personas-MacBook-Pro:ReCDroid personanongrata$ git push
Enumerating objects: 12911, done.
Counting objects: 100% (12911/12911), done.
Delta compression using up to 8 threads
Compressing objects: 100% (12413/12413), done.
^Citing objects: 16% (2192/12910), 1.34 GiB | 702.00 KiB/s
Personas-MacBook-Pro:ReCDroid personanongrata$ git status
According to this, it should be safe to kill a push process, but all the data has been deleted on my computer. How can I recover it? Thanks!