|
|
|
|
|
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. |
|