I committed multiple files, and now when i type: git status
: I got message: (use "git push" to publish your local commits).
How can I return those files into working memory?
My goal is to return all files into working memory, and not lose any changes which I committed?