Lee wrote: > What are people doing for putting config files in [under?] git? > > I'd like to have at least some system config files maintained in git > so I can get a history of changes. > (and yes, I know, I really should be using a backup system for that, > but I'm still at the 'rsync to usb drive' stage)
apt install etckeeper. Choose the git backend. (I think it's the default these days.) Chef or Puppet when you want to do this at scale. -dsr-