gpt4 book ai didi

git - 如何撤消 git update-index?

转载 作者:IT王子 更新时间:2023-10-29 01:12:51 25 4
gpt4 key购买 nike

我只是做了以下操作,以便在我的本地主机和我的生产环境中保留我的 config.php 文件的不同副本:

$ git update-index --assume-unchanged application/config/config.php

不幸的是,我没有完全按照我应该的方式编写 config.php 文件,我需要反转它,以便我可以进行更改、提交,然后重新忽略该文件。

如何撤消 git update-index 命令?

最佳答案

git update-index --no-assume-unchanged application/config/config.php

注意 --no 前缀,在风格上是双重否定。

关于git - 如何撤消 git update-index?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12481465/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com