Module 1 of 8 in Foundational Tools in Android Learning Path

Introduction to Version Control

Share
Save for later

Module outcomes

  • Understand the benefits of using version control for mobile development.
  • Use a version control system such as git to track changes to code.
  • Understand the benefits of hosting a project on GitHub and how to do so for free.

Covered concepts

  • Version Control
  • Git
  • github

Module content

1
IntroductionStart
Instruction
Demo
Conclusion
Quiz Time
2
Using Git for Development Lesson (43 mins)
IntroductionStart
Installing & Configuring Git
Configuration Demo
Everyday Git Commands
Git Commands Demo
Merging Changes
Merging Demo
Conclusion
Quiz Time
IntroductionStart
Why Use a Remote?
New Repository Demo
Linking a Repository to GitHub
Push & Pull Demo
Collaborating on GitHub
Pull Request Demo
Conclusion
The Final Quiz