Previous Lecture Lecture 27 Next Lecture

Lecture 27, Mon 12/07

Monday: Standup meeting, Quick Retrospective (reviewing CATME data) PR Review / planning

A few notes:

Rebasing your branches

Periodically, you should rebase on main. You shoudl CERTAINLY do this before you do a PR, and if your branch shows as “out of date with main”.

You can do this in the GitHub Web interface if it’s a simple merge.

But if there are merge conflicts, it’s better to do it at command line:

git pull --rebase origin main

Then after you resolve the conflicts:

git push origin branch-name -f

You may want to get a staff member to help you through this the first time.

Today, in your groups:

Mini Retro (Allocate 12-15 minutes for this)

Kanban board / PR review