commit 4f0d3f356375b674b18b8666b74249c252a5de8c
parent a1c8a460076eea283a8cc62cab300c6fabf6ef3f
Author: pyratebeard <root@pyratebeard.net>
Date: Thu, 21 Feb 2019 16:15:24 +0000
compare two commits
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/coding/git.md b/coding/git.md
@@ -36,6 +36,11 @@ git config user.signingkey <id>
git commit -S -m 'msg'
```
+compare diff between two commits
+```
+git diff <commit>...<commit>
+```
+
[making a pull request][]
[branching and rebasing][]