GIT - How to know the branch a branch branched from?

前端 未结 4 574
广开言路
广开言路 2021-01-11 15:19

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

4条回答
  •  一生所求
    2021-01-11 15:59

    Branches are nothing more than pointers to a specific commit. You can only see from which commit ffffd was branched from, not which branch.

提交回复
热议问题