I get really frustrated when i have to add a new project to azure repo using Git. Because I have to create the angular project first in vs code. Then when i add it to azure repo I dont have authority so someone has to create the repo for me. But when i connect to he remote repo all my local files from doing ng new disappear. Because im connected via GIT to the new azure repo.
Ideally i would clone the new azure repo the admin created. But then I cant do an NG NEW because i already have a project folder!?
Hope someone can help.