Computer

How to create free private repositories on GitHub

The objective of all this can be the most varied. There are those who share their own programming projects to make themselves known to the rest of the globe. There are also those who make their personal development codes public to help others who need it. This is precisely where those who are starting to enter this interesting sector of software come into play. Thanks to its enormous popularity, a few years ago the platform was acquired by the giant Microsoft, something that did not make much grace to a few. Despite all this, the code development and sharing platform continued to improve and grow.

github website

All this despite the fact that Microsoft did not make too many changes in the concept and GitHub operation. It must also be admitted that this lack of changes in most of the sections was highly applauded by the community.

Why do I want to create private repositories?

Well, to the types of use mentioned for GitHub, we must also add that there are many other programmers who prefer save your projects and code here of programming, but without sharing them with the rest. In fact, a functionality especially indicated for this was the one introduced by the software giant at the time after the purchase. Specifically, we are referring to the possibility of creating and using our own private repositories on GitHub.

Although initially the concept of the online service for developers was not that, the truth is that over the years these private repositories have not stopped growing. This allows platform-authenticated developers, hide all, or at least part of your projects from the rest of the active community. At the same time, it is worth knowing that we can carry out all of this that we are telling you about for free, as is the case with the rest of the functions available on GitHub.

As we told you, the GitHub developer platform is free for those who want to save their files and projects on this platform. This is something that is extended both to the free and private repositories. We tell you this because a few years ago those who created their own repositories of the second category had to pay a subscription, something that was eliminated over time. Likewise, it is interesting to know that those who have their own private repositories may have up to three collaborators for it, as well for free.

But with everything and with it in these lines we are going to show you the easiest way to create a private repository and completely free of charge on the GitHub development platform.

Get started on the development platform

First of all, the first thing we must be clear about is that, in order to host, share and create public or private repositories on the platform, we have to register on it. This is something that we can do at no cost by simply accessing the internet service website. For authenticate on the platform we only need a valid email account and a password that we establish to access our account later.

new github account

Once we already have our own personal account here, we will be able to take advantage of all the functions that it provides us. We will be able to start storing our development projects, as well as interact with other users and share our personal code. But now we are going to focus on the task of creating a private repository where we can upload our developments without anyone else having access to them. At least no one to whom we have not provided the corresponding permissions.

Create a private repository on GitHub

Well, for this objective that we have set ourselves, to create a new private repository, the first thing we do is access our main page after logging in. Here we meet our control Panel of the platform to which we will have to get used to.

In this window of its own, we will have to take a careful look at the different options presented here. By default in the upper left we find a button that reads precisely Create a new repository.

new repository

As you can imagine, this is the option that interests us in this case. Therefore, we only have to click on that button to create a new repository of personalized content on the platform. In the new window that appears on the screen we will have the possibility to customize this element that we are commenting on. We can establish a name for the repository, add a descriptionchoose a type of licenseor indicate whether it is private or public.

It is worth mentioning that by default we will find the option to create a new repository, but of public origin, marked. This means that to change its status we will have to manually mark the private option what we see on the screen.

private github repository

At the same time, it is worth noting that if we have a public repository already created, we will also have the possibility of make it private anytime. This will mean that all the content and development code that we have stored there over time, will no longer be available to the rest of the users of the community.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *