From e1553d8cc950b435623c195f24b5fde929850ddd Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 24 Feb 2021 04:16:36 +0100 Subject: description --- tuto git.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tuto git.txt b/tuto git.txt index 8b950e6..8f6c6dc 100644 --- a/tuto git.txt +++ b/tuto git.txt @@ -34,6 +34,9 @@ git config --global merge.tool vimdiff Pour le master se nomme toujours master: git config --global init.defaultBranch master +Pour convertir les fins de ligne en CRLF +git config --global core.autocrlf true + Pour afficher toutes les règles choisies: git config --list -- cgit v1.2.3