Last active
August 29, 2015 14:05
-
-
Save mbylstra/803de31188705dc658b0 to your computer and use it in GitHub Desktop.
git: tell me which commits are in branch_b but not branch_a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git log branch_a ^branch_b --no-merges |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
also, remember this if you've just done a git fetch and want to compare remote branches (as github would be doing)