author: Juwon1405
How to import a github wiki
Unfortunately, GitHub does not directly support the ability to fork a wiki page like you would a repository. However, you can clone the wiki as it is its own separate git repository.
Here's how you can do it:
- First, clone the original wiki repository you want to copy. For instance, if the repository is named
original_repo
and the user's name isoriginal_user
, you would do this: