Git Quickie: Branch Comparison
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...
blog.regular.engineer1 min read