Extract PNG File from Eclipse Git Commit -
several months ago, committed code , files local git repository in eclipse ide. did not push changes central git repository. later, deleted files , committed changes again local git repository in eclipse ide. now, need files again. so, open git reflog
tab in eclipse ide. scrolled down commit , double-click on it. opens tab showing me message wrote, files , branches. here's screenshot of files.
if double-click on text file, editor opens contents of file. need. however, if double-click on png
file, editor opens shows me textual representation of bytes in file. isn't need. how actual file?
in commit, files in commit images. so, cherry pick
ed them branch.
it turns out 1 can checkout commit, copy files temporary location, checkout local branch, , copy files temporary location branch.
this answer explains how checkout.
Comments
Post a Comment