Last Updated: February 25, 2016
·
513
· Christoffer Niska

A great way to highlight name changes in your code using Git

If you want to just highlight name changes in your code you can use the following command:

git diff --color-words

Source: Talk by @brntbeer at @HelsinkiJS May 2014