GIT: How do I rebase nested branches?

后端 未结 3 1718
借酒劲吻你
借酒劲吻你 2021-02-10 13:54

My structure looks like this->

master
  develop 
    project
      
        

I work on the task_number

3条回答
  •  名媛妹妹
    2021-02-10 14:43

    There is no such thing as a nested branch in git. If you have a branch named foo, and another branch named foo/bar, they are just two different branches. Theres no relationship between these branches - treat them the way you would treat any two separate branches.

提交回复
热议问题