Git Quickie: Branch Comparison
Apr 6, 2023 · 1 min read · If you want to check what has been changed, you usually use git diff one-branch another , right? But the problem is that it produces a lot of output that in some cases is not needed. So there is a nice shortcut in case you want to compare two branche...
Join discussion

