You want to add the wiki as a submodule. The same Wiki Git repository connected as a remote, but within a subdirectory with its own .git directory.
git submodule add git://github.com/you/proj.wiki
In the root of your main repository to add the wiki repository as a submodule in the wiki/ directory.
Related Contents:
- How to pull request a wiki page on GitHub?
- How can I make a pull request for a wiki page on GitHub?
- GitHub Error Message – Permission denied (publickey)
- Multiple GitHub accounts on the same computer?
- Forking vs. Branching in GitHub
- Project vs Repository in GitHub
- Transfer git repositories from GitLab to GitHub – can we, how to and pitfalls (if any)?
- Can a project have multiple origins?
- Push existing project into Github
- What is .gitignore?
- How do I contribute to other’s code in GitHub? [closed]
- Fastest way to download a GitHub project
- Git: fatal: Pathspec is in submodule
- Forking Git repository from GitHub to GitLab
- git pushes with wrong user from terminal
- How to add a new project to Github using VS Code
- Override configured user for a single git commit
- GitHub: searching through older versions of files
- Rename file with Git
- Git cli: get user info from username
- Can I revert commits directly on GitHub?
- How do I set up a private Git repository on GitHub? Is it even possible?
- git stuck on Unpacking Objects phase
- How do I clean up my Github fork so I can make clean pull requests?
- Permission denied error on Github Push
- Adding Tags to a Pull Request
- git push all branches from one remote to another remote
- How to git fetch efficiently from a shallow clone
- Does github keep deleted remote branches in history? If so, can those be restored?
- Git Pull vs. Pull Request
- Difference between HEAD and master (or main)
- Why are connections to GitHub over SSH throwing an error “Warning: Remote Host Identification Has Changed”?
- My new Github page isn’t showing up
- Transfer gist repo to github
- Git – Moving Pushed Commits to a Different Branch
- How to delete a file tracked by git-lfs and release the storage quota?
- Are pull requests part of Git, or a feature of tools like GitHub, Gerrit and Atlassian Stash?
- Git push: Missing or invalid credentials. fatal: Authentication failed for ‘https://github.com/username/repo.git’
- Git – Cherry pick a single commit for pull request
- How do I merge a pull request on someone else’s project in git?
- Github file change notification
- Create a GitHub webhook for when a pull request is accepted & merged to master
- why is Issues tab not present in my repo’s github page?
- Cannot push to git repository – permission denied
- Best practice for using multiple .gitignore files
- How can I switch a public repo to private and vice versa on GitHub?
- Why is git-cherrypick saying nothing to commit?
- List all files changed in a pull request in Git/GitHub
- Should I .gitignore my gradlew?
- Creating git branch after many commits