Checking out AppHarbor today. My primary question is in the title, but I have other questions related to git + windows.
First of all, related to this video. I like the idea that I can specify config transforms for deployment. My question is, does it have to be the Web.Release.config transform? I actually want to test this out by using it as a qa deployment for integration tests. Would I be able to specify the transform as Web.DeployToAppHarbor.config be used instead?
Secondly, I have read about the crlf problem. When I run git add ., am i supposed to get all of these messages?
warning: CRLF will be replaced by LF in [path].
The file will have its original line endings in your working directory.
Along those lines, am I also supposed to get all of these message after running git commit -m "Initial commit"?
create mode 100644 [path]
If these are normal, is there a way to make git bash less verbose?