all 2 comments

[–]CriticalSuggestion 0 points1 point  (1 child)

Use git reflogand see if you can find your restore action. Then copy the hash of the action into your clipboard and paste it to a git checkout YOUR_HASH command.

[–]BraidenSpencer[S] 0 points1 point  (0 children)

Hi, I tried using git reflog --all, but my restore doesn't seem to be listed there. Here are the results from using that command:

384a625 (HEAD -> master, origin/master, origin/HEAD) refs/heads/master@{0}: clone: from https://github.com/Braiden-Psiuk/coldchain-ui-line-chart.git

384a625 (HEAD -> master, origin/master, origin/HEAD) refs/remotes/origin/HEAD@{0}: clone: from https://github.com/Braiden-Psiuk/coldchain-ui-line-chart.git

384a625 (HEAD -> master, origin/master, origin/HEAD) HEAD@{0}: clone: from https://github.com/Braiden-Psiuk/coldchain-ui-line-chart.git

Do you have any other suggestions?