Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fork GitHub to AzureDevOps?

This 2014 post indicates there was no native support for Forking from GitHub to AzureDevOps Git - a situation which does not seem to be changed. Is it still necessary to create a middleman to moderate changes from GitHub before pushing them into an AzureDevOps project? If so, does AzureDevOps Git Repo become the Origin? If so, can someone explain why?

like image 560
EHuggins Avatar asked Nov 22 '16 21:11

EHuggins


Video Answer


1 Answers

it is very simple,in AzureDevOps the project you want to clone the repository or create a new team project, click code tab. Click repository menu in Code Tab (it is on the top left side) and select Import repository.

enter image description here

Pick the right SourceType GIT/TFVS Add the URL probably your github repository URL (but it can be any) if it is publicly accessible this is it, otherwise Check Requires authorization provide username, Password or PAT and Name the new repository in AzureDevOps and done.

enter image description here

like image 147
Murat Mercan Avatar answered Oct 21 '22 12:10

Murat Mercan