github diff between commits code example
Example 1: github compare commits
github.com/<username>/<repo_name>/compare/<commit1>...<commit2>
Example 2: git diff of a file between two commits
git diff <branch_hash> <other_branch_hash> -- <file_path>