I have a feature
branch wich was created from the main
branch.
Question: How do I know from which main
commit feature
was created? In this case the answer is 2.
main: - 1 - 2 - 3 - 4 -
feature: \ - x - y - z
I indicate commits in main
with numbers and in feature
witch letters.