No description
Find a file
Axel Kittenberger 26a1c5400b init
2021-11-24 17:42:12 +01:00
lib init 2021-11-24 17:10:12 +01:00
src init 2021-11-24 17:33:41 +01:00
.eslintrc.js init 2021-11-24 17:07:06 +01:00
.gitignore init 2021-11-24 17:07:06 +01:00
config.js init 2021-11-24 17:42:12 +01:00
eslint init 2021-11-24 17:07:06 +01:00
LICENSE Add LICENSE 2021-11-24 15:52:38 +00:00
package-lock.json init 2021-11-24 17:42:12 +01:00
package.json init 2021-11-24 17:38:43 +01:00
README.md init 2021-11-24 17:38:43 +01:00

olgitbridge

Another Overleaf git bridge. This hack allows you to pull and push changes via git on an Overleaf Community Edition (CE) or Pro server.

This gitbridge uses the web API of Overleaf to down- and upsync changes. This means it does not need to run on the same server as Overleaf. In fact it is recommended to run it on another so it can directly use https port 443.

Note that contrary to the cloud version this bridge does not use realtime change operations, any files changed by git will result in a "this file has been changed externally" interruption in the online editor.

Getting started