It looks like this may be a place to ask questions about using git as well as github. I’m sure this is a newbie question. I have learned how to use git to maintain versions of my script. I know how to revert to an earlier version of a script. What I seem to often want to do and am not sure how to do with git is to look at an earlier version without reverting to that version. I often want to remember how I did something, or figure out how I made a particular choice at some point in the script, sometimes to use part of an older version of my script in another project, while moving ahead with the current version of the script. How can I look at an earlier version of a script I am working on without reverting my whole project to that version?
–Kenoli