Check out AppHarbor today. My main question is in the title, but I have other questions related to git + windows.
First of all, it is connected with this video . I like the idea that I can specify configuration conversions for deployment. My question is: do I need to convert Web.Release.config? I really want to verify this using it as a qa deployment for integration tests. Can I specify the conversion as Web.DeployToAppHarbor.config instead?
Secondly, I read about the crlf problem. When I run git add . Should I get all these messages?
warning: CRLF will be replaced by LF in [path]. The file will have its original line endings in your working directory.
Along these lines, should I also get all this message after running git commit -m "Initial commit" ?
create mode 100644 [path]
If this is normal, is there a way to make git bash less verbose?
source share