Skip to content
Snippets Groups Projects
Forked from R3 / school / courses
667 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
rebasePresentation2.md 186 B

Rebasing Workshop

  • rebase the develop branch onto your branch
$ git checkout myBranch
$ git rebase develop
  • check the history of your branch again
$ git log