diff options
author | http://joey.kitenet.net/ <joey@web> | 2010-08-15 16:06:43 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-08-15 16:06:43 +0000 |
commit | 0a4a7a70ba90963eec2cb2b35877c555d28e1eb7 (patch) | |
tree | de1028534ebe36f743cf53bd0a6e77489543054a | |
parent | 91f5697025ce92e64ad9d02c122d6a8d6df22278 (diff) | |
download | ikiwiki-0a4a7a70ba90963eec2cb2b35877c555d28e1eb7.tar ikiwiki-0a4a7a70ba90963eec2cb2b35877c555d28e1eb7.tar.gz |
Added a comment: branches
-rw-r--r-- | doc/forum/multi_domain_setup_possible__63__/comment_1_43f5df30d09046ccc4f7c44703979a11._comment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/forum/multi_domain_setup_possible__63__/comment_1_43f5df30d09046ccc4f7c44703979a11._comment b/doc/forum/multi_domain_setup_possible__63__/comment_1_43f5df30d09046ccc4f7c44703979a11._comment new file mode 100644 index 000000000..5b00272b3 --- /dev/null +++ b/doc/forum/multi_domain_setup_possible__63__/comment_1_43f5df30d09046ccc4f7c44703979a11._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="http://joey.kitenet.net/" + nickname="joey" + subject="branches" + date="2010-08-15T16:06:43Z" + content=""" +This is where the git backend (or bzr if you prefer) shines. Make a site, and then branch it to a second site, and put your personal type stuff on the branch. cherry-pick or merge changes from one branch to another. + +The possibility to do this kind of thing is why our recently launched Ikiwiki hosting service is called +[Branchable.com](http://branchable.com). It makes it easy to create branches of a Ikiwiki site hosted +there: <http://www.branchable.com/tips/branching_an_existing_site/> +(Merging between branches need manual git, for now.) + +BTW, for links between the branched wikis you can just use the [[plugins/shortcut]] plugin. + +--[[Joey]] +"""]] |