git rebase
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
$ git checkout experiment
$ git rebase master
First, rewinding head to replay your work on top of it...
Applying: added staged command$ git checkout master
$ git merge experiment