Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created October 28, 2012 09:51
Show Gist options
  • Save sandrinodimattia/3968198 to your computer and use it in GitHub Desktop.
Save sandrinodimattia/3968198 to your computer and use it in GitHub Desktop.
Push to Windows Azure Web Site
cd /d/Repositories/BitBucket/SampleAzureWebSite
git init
git remote add origin https://[email protected]/sandrinodimattia/sampleazurewebsite.git
git add .
git commit -m "Initial commit"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment