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.
Local | Remote |
---|---|
You can access the local repository directly from your own machine | Repository is usually located on centralized server. For example, GitHub, Bitbucket, etc |