Imagine the following history:

       c---e---g--- feature
      /         \
-a---b---d---f---h--- master

How can I find when commit “c” has been merged into master (ie, find merge commit “h”) ?

13 Answers
13

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *