How to clone one single branch from repository 'A' to other new repo 'B' in azure?
I've cloned the repo 'B' in VS Code, it is empty, so there is one branch only which is main then I opened repo 'A', branch I want to clone then copied HTTPS link.
In VS Code terminal I used 'git clone --single-branch --branch 'name' 'link'. I am able to run the project locally, but I am not able to push it back to azure.