rebase from master code example
Example 1: git rebase with master
git rebase develop master
Example 2: how to rebasde
$ git checkout experiment
$ git rebase master
First, rewinding head to replay your work on top of it...
Applying: added staged command