Does this support git merge-base
?
#1027
Labels
more-info-needed
More information is required in order to investigate
git merge-base
?
#1027
I want to know the SHA of the merge-base between two refs. I know I can use
.diff
and.diffSummary
's--merge-base
flag, but I want to just do a simplegit merge-base
without the diff. Is that possible with simple-git?https://git-scm.com/docs/git-merge-base
The text was updated successfully, but these errors were encountered: