课程名称:Developing iOS 11 Apps with Swift
课程链接 https://itunes.apple.com/podcast/id1315130780
Source control
- Records all your code changes
- It allows you to
- Revert files back to a previous state
- Compare changes over time
- Work with teammates
- Find out who to blame for the bugs
GitHub
www.github.com
book: Pro Git
Concepts
- push and pull
- Commits: Code changes and descriptions
- Master Branch
demo
有很多演示,包括
- log in GitHub account in Xcode
- create/checkout branches
- commit/push/pull
- …