Reputation: 574
I use Git to keep a version history of config files. For this purpose there are no branches. I keep a ton of these in the same repository, some of which have sensitive data. I need to zip up and send a history of a single file out of this repository to a vendor to diagnose a problem. How do I do so?
Upvotes: 2
Views: 42