2 Repos
Integration with version control systems to manage the history and synchronization of configuration source directories.
Distinct from Version Control: Focuses on versioning the configuration source state, distinct from general application version control.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Source State. Refine with filters or upvote what's useful.
chezmoi is a command-line utility designed to manage and synchronize system configuration files across multiple machines. It uses a local Git repository as the single source of truth, allowing users to track, version, and distribute dotfiles while maintaining a consistent state across diverse operating systems and hardware architectures. The project distinguishes itself through a declarative reconciliation model that computes the difference between the current filesystem and the desired state defined in the repository. It features a robust templating engine that processes configuration files
Uses a local Git repository as the single source of truth for tracking and synchronizing configuration files.
This project is a version-controlled Git archive and software archaeology dataset containing the continuous evolution of Unix source code from 1970 to the present. It serves as a chronological record of system history, synthesizing a versioned code timeline from disparate historical snapshots. The archive enables longitudinal software analysis by reconstructing a sequence of commits and merges from fragmented releases. This allows for the tracking of system evolution and the attribution of specific lines of code to original authors through synthesized version control metadata. The dataset co
Allows access to the continuous evolution of source code from its inception via version control.