Can anyone tell me if it is possible to push code from TFS to another GIT based host? The reason is this:
I'm using TFS 2012 (services, the online one -> [companyname].visualstudio.com) with a GIT repository. I have an AppHarbor account that would automatically publish my code on check in with CodePlex, GitHub Or BitBucket. Unfortunately, there is not support for TFS yet (hopefully it is coming soon...who knows though). Is there any way I can commit my code to TFS, and then have that push a copy to either of the providers above? (Most likely Codeplex, since it's TFS in the backend anyway).