Created
July 10, 2018 21:03
-
-
Save bsidhom/4d8bb0c1cd22150399c0b91251488bdf to your computer and use it in GitHub Desktop.
Print graphical subtree of all branches that separate from master from the same point as the current HEAD
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
# The following is very useful for keeping track of ongoing work in dependent branches, e.g., before rebasing. | |
git log --graph --oneline --decorate --all --ancestry-path --not master $(git merge-base master HEAD) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment