June 2021
Beginner
264 pages
4h 30m
English
Interactive rebasing is a confusing name for a very useful Git functionality. From a user's perspective, rebase and interactive rebase have little in common.
Interactive rebase allows you to clean up your commits, but only before you push them to the server. With interactive rebasing you can:
The key thing here is that you are modifying commits, not the files that go into a commit. And, as I'll keep mentioning, you must do this interactive rebasing before you push your commits to origin. ...
Read now
Unlock full access