Skip to content
Jaafar El Harouchi edited this page Mar 18, 2020 · 1 revision

How To

Move Wiki To Different Repository

Create new repository with wiki and initial page, if not already created

git clone <old-repository>.wiki.git
cd <local-directory>
git remote rm origin`
git remote add origin <new-repository>.wiki.git`
git push -f origin master

Optionally disable old wiki

Issues

Changes are not tracking

Try committing and pushing a dummy change first and the perform a git status. If it fails:

git rm --cached -r .

Clone this wiki locally