Git is configured on my local machine. I used the following commands
git add .
git commit -m "message "
yesterday and forgot to push. I made several changes yesterday. Today due to some problem I am not able to push
. I don't know what happened today morning, but all my code went away.
Which commands do I need to get my code back?
Thanks