DEV Community

Discussion on: The Git Rebase Introduction I Wish I'd Had

Collapse
 
sunflower profile image
sunflowerseed

are you sure we need git push --force? Because I have done quite some rebase and I didn't need to do a --force, and usually a --force is considered fairly ... forceful and best to be avoided.

Another question is... you mentioned all things your coworkers did and you don't want to lose those and therefore you want to rebase... but you could very well merge as well.... did you mention something about why not just do a merge but rebase instead?