Answers for "add exist code to git repository azure"

0

add exist code to git repository 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 code to git repository azure"

Browse Popular Code Answers by Language