A GitHub Repository (often shortened to "repo") is the fundamental container for a project. It's where all the project's files (including code, documentation, images, etc.) and its complete revision history are stored. When you click "Create repository", you are essentially setting up the storage and version control backbone for your project.
Project can be created as public or private .
Here you can find the repo url:
git@github.com:mahekarthya/devops-demo-pub.git
As the project is created as public anyone can access the page without login to github
Let's create a private project now.
As it's private repo, if we tried to access we will get 404 error
We can add collaborator to private project so that they can contribute . I've another github account "mahesh-p86" let me add that account
No comments:
Post a Comment