https://www.atlassian.com/git/glossary#commands

Version Control System

helps manage files and track history of changes in project codes

Version control is a way of managing the changes in documents, computer programs, and other collection of information.

Terms

Directory - Folder

terminal - interface for text commands

CLI - Command Line Interface

cd - Change Directory

Code Editor - Word processor for code

Repository - Project, folder where folder is stored

GIT - tool that track changes over time

GITHUB - is a website to host your repository

Commands

c lone - Bring a repository that is hosted online to your local machine

add - Track your files and changes in GIT

commit - save changes