-
Notifications
You must be signed in to change notification settings - Fork 25
Sync the wiki and wiki branch
hannes edited this page Jun 21, 2023
·
1 revision
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.
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)