Git - Why Remote Repositories
From EdWiki
Git - Why Remote Repositories?
- To be able to collaborate on any Git project
- A remote repository is generally a bare repository
- A bare repository is the contents of your project's .git directory and nothing else.
- A repository that has no working directory
- Remote Repositories are only used as a collaboration point
- Remote repositories are versions of your project that are hosted on the network or Internet.