简体   繁体   中英

Git Bitbucket Branching Tree

I have this commit a new Git branch in bitbucket, but in the source tree its not creating a new line, what am I missing ?

在此处输入图片说明

Your new branch is built upon an existing branch, which means the graph of commits accessible from said new branch is a straight line.

If your previous branch adds commits of its own, then you would see different branches.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM