Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


devel:gitconfig

This is an old revision of the document!


Configurer git correctement

Sous windows

Dans un git bash, tapez les commandes:

git config --global user.name     Votre Nom
git config --global user.email    votre.email@ulg.ac.be
git config --global core.autocrlf true

La dernière commande permet d'eviter les warnings de conversion CRLF (fichiers locaux windows) ⇔ LF (repository au format Linux) pour les fichiers texte.

devel/gitconfig.1474268099.txt.gz · Last modified: 2016/09/19 08:54 by boman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki