Mastering Git Difftool
The git diff is a command used to compare changes between 2 versions of a file or between 2 commits in a Git Repository. Git also allows a user to set their preferred diff tool using the git difftoolcommand.
Web designers and application developers can use Git to track changes or versions. Git is a distributed version control system (dvcs). Every repository (local copy of source code) contains the complete history therefore rendering a central server redundant or network independent.






