GIT : Show Changed Words Instead of Whole Lines
This works with git diff and git show
git diff --word-diffOr
git diff --color --word-diff myFile.js
git diff --word-diffOr
git diff --color --word-diff myFile.js
Comments
Post a Comment