Answers for "ADD exist repository into remote azure"

0

ADD exist repository into remote azure

#In the local directory for the root of the project
git init
git remote add origin <URL for Azure Git repo>
git add .
git commit -m 'initial commit'
git push -u origin master
Posted by: Guest on May-25-2021

Code answers related to "ADD exist repository into remote azure"

Browse Popular Code Answers by Language