> For the complete documentation index, see [llms.txt](https://theiotlearninginitiative.gitbook.io/internetofthings101/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://theiotlearninginitiative.gitbook.io/internetofthings101/architecture/thing/embedded-linux/version-control-systems.md).

# Version Control Systems

## Version Control Systems

## GIT

> Git (/ɡɪt/) is a widely used source code management system for software development. It is a distributed revision control system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows. \[Wikipedia]\(<https://en.wikipedia.org/wiki/Git_(software>))

[Master your Git skills at a super level with Pro Git Book](http://git-scm.com/book/en/v2)

## Github

> GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.

* [Github Homepage](https://github.com/)
* [Github Getting Started](https://guides.github.com/activities/hello-world/)
* [Github Git Ignore Templates](https://github.com/github/gitignore)
