-
Notifications
You must be signed in to change notification settings - Fork 0
Git Commands
FullstackCodingGuy edited this page Jan 29, 2025
·
1 revision
Append .wiki.git to the repository name.
That is, if your repository name was foobar:
git clone git@github.com:myusername/foobar.git would be the path to clone your repository
and
git clone git@github.com:myusername/foobar.wiki.git would be the path to clone its wiki.
Note: You must have at least one page to be able to clone the wiki repo. (via @tobiasz-cudnik)