Git lesson 4: Looking at file differences with git diff

Moving on from the previous lesson, you will now learn how to view the differences between files in your repository. More appropriately, you will learn to view the differences between one version of the files in your repository and another version of the files in your repository. As you get more familiar with Git, you will find yourself using this
Read more