News
Ask HN: Do you ever truly use your revision history?
Frequently. Just this evening I was looking in the HN repository for the last version of the code that pg wrote, to remind myself how he used to do something.One of my favorite tricks is to make a file out of all the changes in the history:
git log -p > …
Read More