Skip to content

Instantly share code, notes, and snippets.

View vorant94's full-sized avatar
🧑‍💻
Looking for an inspiration

Mordechai Dror vorant94

🧑‍💻
Looking for an inspiration
View GitHub Profile
@yukoff
yukoff / GitHub Wiki Subtree Storage.markdown
Created September 3, 2017 13:01 — forked from joshuajabbour/GitHub Wiki Subtree Storage.markdown
Store and edit GitHub wikis within the main project repository.

Project documentation

The project documentation (stored in the docs directory) is a git subtree of the project wiki. This allows for the documentation to be referenced and edited from within the main project.

Initial local setup

When cloning the main project repository for the first time, the wiki repository must be added as a remote.

git remote add wiki https://github.com//.wiki.git