Chapter 13 Git Overview & Installation
Git is a version control software used to facilitate software development and deployment.

13.1 What is Git?
Git is a version control software that is complimented by a cloud platform called GitHub, used for sharing git-version-controlled file repositories.
13.2 How Git Works
A Shiny App run on AWS EC2 consists of:
- Files - Controlled by
gitversion control - Software Environment - Controlled by
dockerimage

13.3 Installation
- Mac and Linux -
gitcomes pre-installed on Mac and Linux. - Windows - Visit the git website (https://git-scm.com/download/win) to install on Windows.
Have a question? Leave a comment.