]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/Best_way_to_share_settings_between_repositories.mdwn
0b0590e183ce2c7ac368a71081e3b6efd5dd6c29
[git.ikiwiki.info.git] / doc / forum / Best_way_to_share_settings_between_repositories.mdwn
1 I like the idea of having some common configuration (let's say of plugins) in my main server (with cgi and websetup enabled) as well as on other repositories clones and copies. In the ideal situations only some dir settings should be different (src, dest, lib, etc.) in the different setup files.
3 Managing two setup files (one for the server and one for the laptop) is however a pain since each time a change is made on the server (through websetup for instance) one has to manually integrated it (after being made aware of it) on each clone setup file and vice-versa.
5 What is a good way to share such settings (without having to copy them twice or more) ?
7 I tried to discuss that same point in [[laptop_wiki_with_git discussion|tips/laptop_wiki_with_git/discussion]].
9 --[[bbb]]