git: create “temporary” integration branch

前端 未结 2 1423
故里飘歌
故里飘歌 2021-02-13 23:36

I am relatively new to using git.

recently from master we branched +-10 feature branches. lets call them A, B, C, etc.

I want to merge these all together for tes

2条回答
  •  既然无缘
    2021-02-14 00:15

    Sure, that's fine.

    By default (unless you squash merge commits), you'll retain the full history of each feature, and the history of their integration, even once the temporary branch is gone.

提交回复
热议问题