Hacker News new | ask | show | jobs
by Zev 5695 days ago
Git is a dvcs and while magical, GitHub isn't the only way to view a repository or its history.

If you have a clone of your project (and you do have a clone, right? One copy of anything and its never safe), the entire history is still there. You can view it with `git log` or any other web interface out there.

1 comments

Believe it or not, in this case I did not have a clone of that external library, since I am using it as a jar. I was therefore relying on GitHub for browsing the actual source code.