Sometimes you may need to find difference between local and remote branches in git. Here is how to get git diff between local & remote branch.
git diff
How to Check Git Diff Between Commits
Sometimes you may need to find the difference between git commits. Here is how to check git diff between commits.