I tried to make a commit using Github for Windows. It said "Commit Failed" and now my git status looks like this...
All files are considered deleted or untracked. But all of the actual files are fine.
How do I fix this?
I tried to make a commit using Github for Windows. It said "Commit Failed" and now my git status looks like this...
All files are considered deleted or untracked. But all of the actual files are fine.
How do I fix this?
I typed
git reset
a few times and now it's back to normal! :DI also deleted all
.lock
files in the.git
folder, which I'm not sure was necessary.