Git for LaTeX

Clone, version and sync your LaTeX projects with Git.

BlaBLaTeX offers a Git integration for LaTeX: clone a project, work locally with your usual editor, then sync your files with the workspace.

History

Keep track of the versions of your article, dissertation, report or thesis.

Local work

Use VS Code, TeXstudio or your Git client without leaving your workflow.

Synchronization

Pull and push changes between your computer and BlaBLaTeX.

Usage

Use Git with a BlaBLaTeX project

In your project, the Git menu provides the repository URL and the clone command. Copy this command, then use it in your terminal or Git client.

Clone with Git

Git clone your project by using the link below and a Git authentication token.

git clone https://git@workspace.blablatex.com/git/<YOUR_PROJECT_ID>

If prompted for a password, use a Git authentication token.

Authentication

Authenticate with a Git token

Git access uses a personal token linked to your account.

Username: git
Password: your Git token

Each collaborator uses their own token. A token should never be shared.

Git integration

Generate and manage your Git authentication tokens.

Your Git authentication tokens

Your Git authentication tokens should be entered whenever you're prompted for a password.

  • You can have up to 10 tokens.
  • If you reach the maximum limit, you'll need to delete a token before you can generate a new one.
Token Created at Last used Expires Action
blx_hk2B************ 27 May 2026 12 Jun 2026 27 May 2027
Add another token
Documentation

Learn more about Git

This page presents the BlaBLaTeX Git integration. To learn Git or explore advanced workflows, see the official documentation: :

Git User Manual