Created
May 14, 2024 17:30
-
-
Save jaredsinclair/7ac27796581a5779afd0cea2ba51977d to your computer and use it in GitHub Desktop.
Ancestor Commit Check
This file contains 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
# Does this branch contain my fix? | |
git merge-base --is-ancestor <maybe_ancestor> <descendant> && echo "Yes" || echo "No" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment