git – How to create the branch from a specific commit in a different …

In other words: if you merge branch A and branch B into branch C, then create a new branch on a commit of A, you won’t get the changes introduced in B. Same here, you had two parallel branches master and dev, which you merged in dev. Branching out from a commit of master (older than the merge) won’t provide you with the changes of dev.

Read More