Git: Version Control for your Code
What is git
Git is a version control system that is used to track changes in sour source code during development. To install git go here https://git-scm.com/
Basic Git Commands
git init
Run the following command in the folder or location that you would like to be a git...