devel:gitconfig
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| devel:gitconfig [2025/09/25 07:15] – [Utiliser git] boman | devel:gitconfig [2026/04/15 15:26] (current) – [Sous linux] papeleux | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Ci dessous, les présentations git de Romain: | Ci dessous, les présentations git de Romain: | ||
| - | * {{Nouvelle présentation "Git a Hands-on Tutorial" | + | * [[https:// |
| * {{: | * {{: | ||
| Line 17: | Line 17: | ||
| git config --global user.email | git config --global user.email | ||
| git config --global core.autocrlf true | git config --global core.autocrlf true | ||
| + | git config --global pull.rebase | ||
| + | | ||
| - | La dernière commande permet d' | + | L' |
| + | |||
| + | La dernière commande défini le mode de réconciliation des modifications dans les fichiers modifiés (mode de merge). | ||
| Un autre option utile sous windows est '' | Un autre option utile sous windows est '' | ||
| Line 31: | Line 35: | ||
| git config --global user.email | git config --global user.email | ||
| git config --global core.autocrlf input | git config --global core.autocrlf input | ||
| + | git config --global pull.rebase | ||
| + | | ||
| + | L' | ||
| - | La dernière commande | + | La dernière commande |
devel/gitconfig.1758777344.txt.gz · Last modified: by boman
