-
Notifications
You must be signed in to change notification settings - Fork 0
Github
Jaafar El Harouchi edited this page Mar 18, 2020
·
1 revision
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 masterOptionally disable old wiki
Try committing and pushing a dummy change first and the perform a git status. If it fails:
git rm --cached -r .