diff options
author | polo <ordipolo@gmx.fr> | 2021-02-24 04:16:36 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2021-02-24 04:16:36 +0100 |
commit | e1553d8cc950b435623c195f24b5fde929850ddd (patch) | |
tree | a584277686f6ca2a311f400331fe94cd1ff72883 /tuto git.txt | |
parent | c5fa153859ab566a8f0700148fd1395b0c33823e (diff) | |
download | tuto_git-e1553d8cc950b435623c195f24b5fde929850ddd.zip |
description
Diffstat (limited to 'tuto git.txt')
-rw-r--r-- | tuto git.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
34 | Pour le master se nomme toujours master: | 34 | Pour le master se nomme toujours master: |
35 | git config --global init.defaultBranch master | 35 | git config --global init.defaultBranch master |
36 | 36 | ||
37 | Pour convertir les fins de ligne en CRLF | ||
38 | git config --global core.autocrlf true | ||
39 | |||
37 | Pour afficher toutes les règles choisies: | 40 | Pour afficher toutes les règles choisies: |
38 | git config --list | 41 | git config --list |
39 | 42 | ||