Select Page
Compare text in Sublime Text

Compare text in Sublime Text

Introduction Sublime Text is one of those modern text editors that has enough potential to keep you wondering, while at the same time maintaining superior levels of simplicity in the overall user interface. After all, it’s the best part of the Sublime Text that...
All things git diff (on specific files)

All things git diff (on specific files)

Introduction The git diff command is used to differentiate two sets of data inputs, and write down the changes in stdout which are required to merge the two inputs into one. At least, that’s what the diff function is meant for. But in git, the diff subcommand...