vsts - Create a repository from github to team service without using visual studio nor a command -


is there anyway create repository github team service without first cloning project on local computer upload team service? (as in doing using web applications (team service online))

it seems want import github repo vsts directly. , yes, it’s possible. detail steps below:

in vsts team project -> code tab -> import reposirory.

enter image description here

then select source type git -> input repo url on github -> input repo name want display on vsts -> import.

enter image description here

now github repo imported vsts.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -