diff --git a/HowtoGit.md b/HowtoGit.md index 76be7e2c..c0d73874 100644 --- a/HowtoGit.md +++ b/HowtoGit.md @@ -385,6 +385,11 @@ $ git diff --stat HEAD~8 HEAD^^ $ git diff --stat myfeature master ~~~ +Voir les modifications en mode "mots" plutôt qu'en mode "ligne" (très pratiques pour voir les changements au sein d'une ligne) : + +~~~ +$ git diff --word-diff +~~~ ### git pull/fetch