Depending upon the requirement you can have one or more repo inside your project. You can create repos by using

1. 	Web (VSTS)
2.	CLI
3.	Visual Studio
4.	IntelliJ
5. 	Xcode
6.	Eclipse	

Create repo using Web

Navigate to code section -> click on project -> New repository ### New repository

Add a .gitignore file

A new empty git repo is now created in your team project. 

Create local repo using CLI

  1. [Download git for Windows] (https://git-scm.com/download/win)
  2. Open git bash or git cmd. Navigate to path where you would like to create repo.
	git init .

Cloning Repo

Get remote repo URL

Use following cmd to clone remote repo

git remote add origin  <<URL>>

See git related post for workflow, branches, authentication and pull request.


Please do let me know your thoughts/ suggestions/ question in disqus section.


Related Posts

About Ajeet Chouksey

With a robust background spanning more than 18 years, I am an adept Azure and Azure DevOps architect and engineer, dedicated to crafting Azure-centric solutions that prioritize customer requirements and agile methodologies. My expertise encompasses steering extensive cloud migration initiatives and advocating for Azure best practices, all aimed at streamlining costs and steering multinational teams towards success. Fueled by a passion for technological innovation, I am committed to perpetual learning, constantly advancing my proficiency in Azure, AI, MLOps, and Product Management to stay at the forefront of the industry..