Tagged Questions
10
votes
6answers
504 views
Is there a etckeeper equivalent for Windows? AKA Windows config revision-control
I want to make a central config file repository so that I can have the changes to any config under revision control (Mercurial). This will include some GNU/Linux boxes (which will use etckeeper), the ...
6
votes
3answers
2k views
Is it possible to use etckeeper with a single shared git repository?
I noticed that several people have recommended using etckeeper to apply version control to my /etc directory.
It appears to me that the default install puts a repository on the same machine as the ...