Search Results

0
votes

Finding a branch point with Git?

You can examine the reflog of branch A to find from which commit it was created, as well as the full history of which commits that branch pointed to. Reflogs are in .git/logs. …