Forked from
R3 / school / courses
667 commits behind the upstream repository.
-
Daniel Duarte authoredDaniel Duarte authored
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