1 頁 (共 1 頁)

Windows Azure

發表於 : 2013-09-28 16:05:58
yehlu

代碼: 選擇全部

git init
git add .
git commit -m "initial commit"

代碼: 選擇全部

git remote add azure https://user@site.scm.azurewebsites.net:443/site.git
git push azure master