Git Practice: rebase vs merge Git Rebase On feature branch feature_rebase Command: git rebase main Git Log: Rebase the feature branch onto the main branch Git Merge (TODO) On feature branch feature_merge Command: git merge main Git Log: Merge the main branch into the current branch