We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ffe3f commit 76a26afCopy full SHA for 76a26af
git.md
@@ -23,6 +23,11 @@ Useful Actions/Commands
23
### Show Log with File Changes
24
`log --stat` will display the log with file changes for each commit.
25
26
+### Compare Two Branches
27
+To compare the *commits*, use `git cherry -v otherbranchname`.
28
+
29
+To compare the actual *code* changes, use `git diff otherbranchname`.
30
31
32
Configure Git for Both Work & Personal Profiles
33
-----------------------------------------------
0 commit comments