Image

What is repository?

A repository is a directory or a storage space which is used to organize a single project on GitHub. The repository contains images,videos, text, files, folders, and spread sheet etc which ever you need for your project source.

Create repository

  • The cloud storage space where can be stored project files. We can stores files like source code(HTML, CSS, Java, PHP, etc), images, videos, and text files.
  • Create repository private which you want to share in between only with in the team.
  • Create a repository public which you want to share public.
  • You can add a .readme file
  • Now click on Create repository

How to upload repository?

Once the repository created you can upload or create new files inside it.

How to download repository?

You can download the repository from GitHub in 3 ways

  • Using Git Bash, and Git Cmd
  • GitHub desktop
  • Directly download zip

Using Git Bash, and Git Cmd

You clone a repository with git clone . For example, if you want to clone the Git linkable library called nsdemo, you can do so like this:

$ git clone https://github.com/nsdemo/nsdemo

GitHub desktop

You can use GitHub Desktop from GitHub browser

Directly download zip

Also we can directly download the zip from GitHub server

Receive latest marketing insights, data and inspiration

View Blogs ➞ Subscribe ➞

Start your Project Today

Get Started