Skip to content

Extended CE: Git Integration

yu-i-i edited this page Jul 20, 2026 · 1 revision

Git Integration

The Git integration allows you to clone your Overleaf project into a local Git repository, treating your Overleaf project as a remote repository that you can push to and pull from. For details, refer to the Overleaf documentation.

If you're using the Toolkit, you can enable the Git integration by setting

GIT_BRIDGE_ENABLED=true
SERVER_PRO=true

in your config/overleaf.rc file. Additionally, update the version number in overleaf-toolkit/config/version so that it matches the upstream version.

If you're using a custom docker-compose.yml file, refer to the Overleaf Server Pro configuration.

Clone this wiki locally