[git-users] Re: using git for system configuration management

2016-10-04 Thread Mark Waite
Many Linux distributions include etckeeper. It tracks changes in the etc directory with a version control system. It can use git or others. Mark Waite -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and

Re: [git-users] Re: using git for system configuration management

2016-10-04 Thread Magnus Therning
Pranit Bauva writes: > Hey Jessica, > > You could probably put all the config files in the root repo. Then > make a bash script which can copy them to their respective locations. > Now when you update one script, you can just run that bash script > which will update all

Re: [git-users] Re: using git for system configuration management

2016-10-04 Thread Pranit Bauva
Hey Jessica, You could probably put all the config files in the root repo. Then make a bash script which can copy them to their respective locations. Now when you update one script, you can just run that bash script which will update all the config files. Similarly you can pull the repo on some

[git-users] Re: using git for system configuration management

2016-10-04 Thread Jessica Sabugo
Hello Tobias, I am planning to use git to manage the system configuration files too, any tutorials or information that you can share? On Sunday, January 10, 2010 at 4:30:04 PM UTC-6, Tobias G. Pfeiffer wrote: > > Hi! > > I want to use git to manage the system configuration (/etc/...) for a >