Repositories are there to keep your source code safe, secure, and available when needed. Azure DevOps offers unlimited repositories. Having this secure store with unlimited space for free is a great way to calm your nerves if a notebook is stolen or hardware breaks. And you can access it from everywhere; no is VPN needed. Additionally, you can easily connect the changes to requirements (work items) to find out why something was done and by whom.
To create a new repository, follow these steps:
- Go to the Repos section of Azure DevOps.
- Expand the repository selection at the top (you can manage existing repositories, import repositories, or create a new one).
- Select New Repository.
- Enter a name.
- Click Create.
In a while, your new repository is available, and the main page gives you all of the information you need to fill the repository...