]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/How_to_use_themes__63__/comment_3_a830545d48e23c92966f286ef6dfd110._comment
Added a comment
[git.ikiwiki.info.git] / doc / forum / How_to_use_themes__63__ / comment_3_a830545d48e23c92966f286ef6dfd110._comment
1 [[!comment format=mdwn
2  username="smcv"
3  avatar="http://cdn.libravatar.org/avatar/0ee943fe632ff995f6f0f25b7167d03b"
4  subject="comment 3"
5  date="2017-07-23T17:52:11Z"
6  content="""
7 azzamsa: It looks as though your `gitorigin_branch` and `gitmaster_branch` settings
8 might be incorrect. Set `gitorigin_branch` to be an empty string (`''`) for now.
9 When you have committed the wiki content at least once, push it to the `origin`
10 repository with
12     git push origin master
14 then change `gitorigin_branch` back to `origin`.
16 It might be useful to look at how `ikiwiki-makeremote` does this. In particular,
17 its first commit is done during setup, contains a `.gitignore` that ignores
18 the `.ikiwiki` directory, and is pushed to `origin` before running `ikiwiki`
19 for the first time.
20 """]]