Outils pour utilisateurs

Outils du site


tech:git-install-sur-windows

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

tech:git-install-sur-windows [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:git-install-sur-windows [2025/04/24 14:30] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>git Windows Diff}}
 +
 +# Git - Install sur windows
 +
 +
 +Télécharger Git (msysgit)
 +
 +http://msysgit.github.io
 +
 +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 "C:/Program Files/KDiff3/kdiff3.exe"
 +~~~
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki