In the daily use of a version control system, it can happens to commit wrong data or worse, sensitive data; if we are using Git, we can solve this problem with an interactive rebase. Interactive rebase As you know, the rebase is a Git command that allows you to reapply a bunch of commits on... Continue Reading →