Skip to content

Sync the wiki and wiki branch

hannes edited this page Jun 21, 2023 · 1 revision

Sync the wiki and wiki-branch

wiki branch allows for reviewing

The github-wiki doesn't allow PRs, which means changes can't be reviewed. To work around this, we duplicate the github-wiki in the wiki branch Now anyone can submit a PR to the wiki branch, which can be reviewed.

When a change is merged in the wiki branch, it needs to be merged back to the github-wiki.

sync branch and wiki

To do so, you can add a new remote to your bqt repo.

git remote add githubwiki https://github.com/techartorg/bqt.wiki.git

And push the wiki branch to the github-wiki repo. (Wiki editors or admins only)