今天查看 AppHarbor。我的主要问题在标题中,但我还有其他与 git + windows 相关的问题。
首先,和这个视频有关。我喜欢我可以为部署指定配置转换的想法。我的问题是,它必须是 Web.Release.config 转换吗?我实际上想通过将它用作集成测试的 qa 部署来测试它。我是否可以将转换指定为使用 Web.DeployToAppHarbor.config 代替?
其次,我已经阅读了有关 crlf 问题的信息。当我跑步git add .
时,我应该得到所有这些消息吗?
warning: CRLF will be replaced by LF in [path].
The file will have its original line endings in your working directory.
按照这些思路,我是否也应该在运行后收到所有这些消息git commit -m "Initial commit"
?
create mode 100644 [path]
如果这些都是正常的,有没有办法让 git bash 不那么冗长?