git init git add . git commit -m "initial commit" git remote add azure [YOUR GIT URL] git push azure master Once you issue the push request, you'll be asked for the password you created for the deployment credential earlier. After you enter your ...
↧