What will I get by using Git for server configs?
- All changes are logged and tracked – Who made that change, when, etc.?
- All changes are versioned – If the most recent change broke something, it’s easy to roll back.
- Free backup – Just clone the repository to multiple locations.
- Easy to reuse configs – Just installed a new server and want to use 90% of a common apache configuration? Just clone the repo and copy the file.