DEV Community

Discussion on: Git Merge vs Git Rebase

Collapse
 
pajarisa profile image
i.

Good post! I'm kinda new to Git and I also think that Merging is the safer and easier way when you're working with a team that develops very similar features or features that are very related to each other. One question I still have is what should I do when I'm done with the "feature" branch? should I delete the branch and continue working in another one? or will that affect the repo history?

Collapse
 
c3phas profile image
c3phas

When you have already merged your repo to the master you can just delete the branch.