forked from overleaf/overleaf
-
Notifications
You must be signed in to change notification settings - Fork 90
Extended CE: Git Integration
yu-i-i edited this page Jul 20, 2026
·
1 revision
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=truein 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.