Let's create our first repository!

Wait, wait, wait! What is a repository?🤔

So, 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. In simple words, it is a folder for your files with a tracking feature of when and who uploaded the files.

Time to create one!

In the left panel of the page, click on a Create Repository. The following page pops up-

For the starter:

  1. Choose a name for the repository,
  2. Add a small description stating what it contains,
  3. Choose the visibility (private will limit its visibility to your own account/ public for everyone to see)
  4. Initialize it with a README file,
  5. Click Create Repository.
Discussion
Thanks a lott , Found it very useful as i felt using git & github is too complex but now i am comfortable with it

1

Glad it helped!!

9

1