Created
August 18, 2009 14:56
-
-
Save foca/169759 to your computer and use it in GitHub Desktop.
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
| | |
[a] * | |
| | |
[b] * | |
|\ | |
[c] * \ | |
| \ | |
[d] * * [f] | |
| | | |
[e] * * [g] | |
| | | |
[foo] * [h] | |
| | |
[bar] | |
Given I'm on bar/HEAD, is there a way for git-log or some other git command to know that "the start" | |
of this branch is [b]? (without knowing that the branch stems from foo, so `git log foo..bar` | |
doesn't work for me) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment