作者:黄初伦伟彦宜婷 | 来源:互联网 | 2023-07-16 15:54
Ihavecreatedanewbranchoutanotherbranch:我在另一个分支中创建了一个新的分支:master---develpment---------Fe
I have created a new branch out another branch:
我在另一个分支中创建了一个新的分支:
master ---develpment ---------FeatureA
大师---发展--------- FeatureA
But if I check the branch structure it shows FeatureA branch at the same level as develpment:
但是,如果我检查分支结构,它会显示与开发相同级别的FeatureA分支:
git branch -a
development
* FeatureA
master
remotes/origin/development
remotes/origin/FeatureA
remotes/origin/master
My question to guys is guy FeatureA is not showing as sub-branch of development?
我对家伙的问题是,FeatureA没有显示为开发的子分支?
I'll really appreciate your help.
我真的很感谢你的帮助。
2 个解决方案