Support I create multiple branches (aaa, bbb, ccc) from a commit. Then, I create a new branch (ffffd) from one of the branch (bbb) and a make a commit on it.
Then I p
Branches are nothing more than pointers to a specific commit. You can only see from which commit ffffd was branched from, not which branch.
ffffd