Skip to content
posta-store edited this page Jul 24, 2018 · 4 revisions

#wiki as submodule so it will be versioned like the main project "posta"

#not really working if you omit .git

cd posta

git remote add -f wiki git://github.com/posta-store/posta.wiki.git

git merge -s ours --no-commit --allow-unrelated wiki/master

git read-tree --prefix=wiki/ -u wiki/master

git commit -m "Github wiki subtree merged in wiki/ "

git push