tech:git-install-sur-windows
Différences
Ci-dessous, les différences entre deux révisions de la page.
| tech:git-install-sur-windows [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:git-install-sur-windows [2025/04/24 14:30] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Git - Install sur windows | ||
| + | |||
| + | |||
| + | Télécharger Git (msysgit) | ||
| + | |||
| + | http:// | ||
| + | |||
| + | Diffing avec Kdiff3 | ||
| + | |||
| + | ~~~bash | ||
| + | git config --global diff.tool kdiff3 | ||
| + | git config --global merge.tool kdiff3 | ||
| + | git config --global difftool.prompt false | ||
| + | git config --global mergetool.prompt false | ||
| + | git config --global mergetool.kdiff3.keepbackup false | ||
| + | git config --global mergetool.kdiff3.trustexitcode false | ||
| + | git config --global mergetool.kdiff3.path " | ||
| + | ~~~ | ||
| + | |||
