D3 - rebasing
- moves the changes from a branch directly to another
git rebase <commit_from> <commit_to>


image: learn git branching
- here,
git rebase mainrebasedbugFixto main
git rebase <commit_from> <commit_to>


image: learn git branching
git rebase main rebased bugFix to main