Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 433 Bytes

02-Local-and-Remote-Repositories.md

File metadata and controls

16 lines (9 loc) · 433 Bytes

Local and Remote Repositories

In this section, we will take a look at local and remote repositories

Types of Repositories

  • Git has two repository types
  • Local Repository
  • Local Repository is on your own machine, so you have direct access to it.
  • Remote Repository
    • Remote Repository is usually a centralized server.