【发布时间】:2012-02-16 22:39:26
【问题描述】:
今天查看 AppHarbor。我的主要问题在标题中,但我还有其他与 git + windows 相关的问题。
首先,与this video有关。我喜欢我可以为部署指定配置转换的想法。我的问题是,它必须是 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 不那么冗长?
【问题讨论】:
标签: git deployment appharbor web-config-transform