简体   繁体   English

Git Bitbucket分支树

[英]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 ? 我在bitbucket中提交了一个新的Git分支,但是在源树中没有创建新行,我还缺少什么?

在此处输入图片说明

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. 如果您先前的分支添加了自己的提交,那么您将看到不同的分支。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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