Version Control
- •
def
- •
tracking changes to a file or configuration over time, so it's easy to revert to a previous setting
- •
- •
examples
- •
router configurations, Windows OS patches, application registry entries
- •
- •
note
- •
not always straightforward — some devices/operating systems provide built-in version control, others require additional management software
- •
- •
related