coding/git.md
... ...
@@ -36,6 +36,11 @@ git config user.signingkey <id>
36 36
git commit -S -m 'msg'
37 37
```
38 38
39
+compare diff between two commits
40
+```
41
+git diff <commit>...<commit>
42
+```
43
+
39 44
[making a pull request][]
40 45
41 46
[branching and rebasing][]