Git Diff Branches
Need to tell the difference between two git branches? Git diff is handy command to see what files are different from one branch to another.
Running it will give an output like this:
git-diff
can do a lot more, read more about it here
Instagram Post