Does anyone know if it's possible to have a Git repo hosted on Windows Azure?
|
feedback
|
|
There isn't anything ready for Windows Azure, But you can create one, since Git can be used over http. You can use GitSharp or DotGit libraries. | |||
|
feedback
|
|
Doesn't sound like it. The Azure Services Platform can currently run .NET Framework applications compiled for the CLR, while supporting the ASP.NET application framework and associated deployment methods to deploy the applications onto the cloud platform. Source | |||
|
feedback
|