Docs
git
What is Git?

What is Git?

Git Introduction

Git is a distributed version control system that tracks

  • file changes
  • who made changes

Local vs Remote repositories

Git has two repository types, local and remote

LocalRemote
You can access the local repository directly from your own machineRepository is usually located on centralized server. For example, GitHub (opens in a new tab), Bitbucket (opens in a new tab), etc