Rebase In Git Means. Most visibly, rebase differs from. In git, the rebase command integrates changes from one branch into another.
Git rebase makes it as if you had branched from the newest commit on the parent, instead of that original commit you were at when you first created your branch. Rebase is one of two git utilities that specializes in integrating changes.