I have a folder with local git repository. And I have a lot of comments, but no remote repository yet.
git log
shows a lot of comments with commit hash values.
Now I need to get a copy of a particular comment and save the source files in another directory. What's the best way to do it? git checkout HASH
will overwrite the current directory?