Agenda
- Concept: Staging Some Changes
- Sometimes only some parts of changes to a given file should be staged, while others should not be included in a commit.
- We will review a common scenario involving the
.pbxprojfile (Xcode project file) and discuss.
- Discussion: Pull Request Base Branch
- A gentle reminder – always set up pull requests so that changes will be merged into the
developmentbranch.
TIP
If see you see more than a handful of files that have been changed, that’s a good sign that you’ve accidentally selected the wrong base branch. Typically a pull request will not involve changes to that many files.
- A gentle reminder – always set up pull requests so that changes will be merged into the
- Task: Group Software Development
- Time to work on assigned issues.
Things to do before our next class
- As you see fit, make further progress on your assigned issue(s).
- Remember to document your progress.