Need some help!
- I added a few files using "git add "
- I wanted to checkout the other files and accidentally ran "git checkout -f"
I do know its possible to get these changes back using reflog etc, but I don't know how! I know it's possible to get a diff. I really need those changes.
Any ideas??