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-
.png)
For the starter:
- Choose a name for the repository,
- Add a small description stating what it contains,
- Choose the visibility (private will limit its visibility to your own account/ public for everyone to see)
- Initialize it with a README file,
- Click Create Repository.
9
