#027 git rebase source target

Using rebase to update a branch

The command 'git rebase source target' is used to update the 'target' with the commits present in the 'source'

Command Description
reabse Command to reapply commits
source Branch more up-to-date
target Branch to update