Conclusion

In this lesson, you’ve gotten background on version-control systems and how they can support a project. You’ve also learned about several types of version-control systems and how they’re different. Then, you’ve gotten your introduction to Git, the version-control system used by most mobile developers, and how it tracks changes and history of files. You’ve also seen basic Git commands for examining a project’s history and a comparison between using graphical Git and Terminal to perform tasks.

In the next lesson, you’ll get hands-on experience using Git to track your own changes.

See forum comments
Download course materials from Github
Previous: Demo Next: Quiz Time