]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/forum/Best_way_to_share_settings_between_repositories.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / forum / Best_way_to_share_settings_between_repositories.mdwn
index 9c5e6d164b2eab422c2fdb798dbe3e1422670e88..0b0590e183ce2c7ac368a71081e3b6efd5dd6c29 100644 (file)
@@ -7,7 +7,3 @@ What is a good way to share such settings (without having to copy them twice or
 I tried to discuss that same point in [[laptop_wiki_with_git discussion|tips/laptop_wiki_with_git/discussion]].
 
 --[[bbb]]
-
-> I have found you can use multiple setup files like this: `ikiwiki --setup COMMON.setup --setup MY.setup`. The options from the later one will override options from the previous.
->
-> You should not use ikiwiki to edit your setup then and edit it manually. Not a problem for me.