add exist code to git repository azure code example
Example: add exist code to git repository azure
#In the local directory for the root of the project
git init
git remote add origin
git add .
git commit -m 'initial commit'
git push -u origin master