Q:

how to compare two commits in git

-> git diff 0da94be  59ff30c > my.patch
-> git apply my.patch
1
$ git diff HEAD^^ HEAD main.c
$ # show diff between HEAD(current commit) and HEAD^^(two commits back) for main.c
2
$ git diff 012345..abcdef
0

New to Communities?

Join the community