DEV Community

Discussion on: Re-ordering git commits using IntelliJ

Collapse
 
nicolus profile image
Nicolas Bailly • Edited

A word of warning though : Don't do that (or any other Rebase operation) after you've already pushed if you don't want your coworkers to hate you.

As you'll be rewriting history, you won't be able to simply push and you'll have to "force push" your new history, and basically all your team will need to delete their repo and start from the new one.