SLIDE 1
Last Time
- Remote tracking branches
- Introduced centralized Git workflow
- Made a pull request
Local Computer Github/ “The cloud”
Lecture 8 Integration Manager Workflow and Basic Rebasing Last Time - - PowerPoint PPT Presentation
Sign in on the attendance sheet! Lecture 8 Integration Manager Workflow and Basic Rebasing Last Time Remote tracking branches Introduced centralized Git workflow Made a pull request Github/ The cloud Local Computer Today
Local Computer Github/ “The cloud”
Note that we can’t actually execute commands in the remote repository but Github can
master feature HEAD git merge feature master HEAD
master feature HEAD git rebase master
HEAD HEAD HEAD feature HEAD