Repository

Repository

A repository contains all of your project's files and each file's revision history. You can discuss and manage your project's work within the repository.

GitHub repository can be used to store a development project.

It can contain folders and any type of files (HTML, CSS, JavaScript, Documents, Data, Images).

A GitHub repository can also be used to store ideas or any resources that you want to share.

Remote Repository

The repository stored on the GitHub site on the internet is a Remote Repository.

Local Repository

The repository stored on local computer storage for building and development is Local Repository.

Last updated