Git pour LaTeX

Clonez, versionnez et synchronisez vos projets LaTeX avec Git.

BlaBLaTeX propose une intégration Git pour LaTeX : clonez un projet, travaillez localement avec votre éditeur habituel, puis synchronisez vos fichiers avec le workspace.

Historique

Gardez une trace des versions de votre article, mémoire, rapport ou thèse.

Travail local

Utilisez VS Code, TeXstudio ou votre client Git, sans quitter votre workflow.

Synchronisation

Récupérez et envoyez les changements entre votre ordinateur et BlaBLaTeX.

Utilisation

Utiliser Git avec un projet BlaBLaTeX

Dans votre projet, le menu Git fournit l’URL du dépôt et la commande de clonage. Copiez cette commande, puis utilisez-la dans votre terminal ou votre client Git.

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.

Authentification

S’authentifier avec un token Git

L’accès Git utilise un token personnel associé à votre compte.

Nom d'utilisateur : git
Mot de passe : votre token Git

Chaque collaborateur utilise son propre token. Un token ne doit jamais être partagé.

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

En savoir plus sur Git

Cette page présente l’intégration Git de BlaBLaTeX. Pour apprendre Git ou approfondir les workflows avancés, consultez la documentation officielle :

Git User Manual