1 / 3
Today I learned about a git command I missed many times. ``` $ git merge-base commitA commitB ``` It will find the most recent common ancestor between those two commits.
0 likes 1 replies
?
Today I learned about a git command I missed many times. ``` $ git merge-base commitA commitB ``` It will find the most recent common ancestor between those two commits.
0 likes 1 replies