Git is a version control system(VCS) that comes with your computer. Installed on your computer. It is the most widely used version control system today. Git is a 'memory card' for code.
Commands:
git clone: Bring a repository that is hosted somewhere like Github into a folder on your local machine. git add: Track your file and changes in git git commit: Save your files in git