GIT: How do I rebase nested branches?

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

My structure looks like this->

master
  develop 
    project
      
        

I work on the task_number

3条回答
  •  死守一世寂寞
    2021-02-10 14:34

    In this way, all of the commits on project are sprints, and all of the commits on sprint are task

    You don't need to do it this way. simply use the pull request you have created since all the code will be merged into develop at the end.

    As soon as you open the pull request you can also delete your local branches and keep only the latest one for future changes if you will need any.

提交回复
热议问题