Comparing Changes with Git Diff
Git Diff
We can use the git diff command to view changes between commits, branches, files, our working directory, and more!
We often use git diff alongside commands like git status and git log, to get a better picture of a repository and how it has...
mustafahashmani.hashnode.dev3 min read