#028 git rebase --onto source previous branch

Using rebase to fix branch source

The command 'git rebase --onto source previous branch' is used to make the 'source' as the source branch of the 'branch'

Command Description
rebase Command to reapply commits
--onto Flag to indicate the new source
source Branch or commit that should be the source
previous Incorrect branch source
branch Branch that needs correction