You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My main issue right now with realms-wiki is that it has no built in tools for merging its repo with a remote github repo or others.
Setting it up to push to github is easy just by adding a post commit hook to the local repo but pushing changes on github to realms is much less easy.
One way to solve this would simply be to add a url to realms-wiki which when hit causes it to run pull on the repository. Since realms is already setup to work with git and run a webserver it should be much easier to add this feature into itself rather than having the user have to strap it on externally.
The text was updated successfully, but these errors were encountered:
My main issue right now with realms-wiki is that it has no built in tools for merging its repo with a remote github repo or others.
Setting it up to push to github is easy just by adding a post commit hook to the local repo but pushing changes on github to realms is much less easy.
One way to solve this would simply be to add a url to realms-wiki which when hit causes it to run pull on the repository. Since realms is already setup to work with git and run a webserver it should be much easier to add this feature into itself rather than having the user have to strap it on externally.
The text was updated successfully, but these errors were encountered: