gpt4 book ai didi

git - MyRepos (MR) 默认配置

转载 作者:太空狗 更新时间:2023-10-29 14:32:46 25 4
gpt4 key购买 nike

我正在运行 MR ( myrepos ) 并尝试运行全局配置。我曾尝试使用 .mrconfig 中的 DEFAULT 部分,但无济于事:

[DEFAULT]
clean = git clean -df
st = git status

当我输入类似“mr cl”的内容时,它会出错并建议使用“clean”标签,所以它知道这一点。但是当我使用“mr clean”时,它只会输出“mr clean:没有为 git 存储库/home/scriptss/www/wp1 定义操作,跳过”

如果我像下面指定的那样在已注册的存储库上使用相同的代码,它将起作用。

[/home/scriptss/www/wp1]
st = git status

我只是不想为每个 repo 定义相同的操作,因为会有很多。

最佳答案

你应该在 ./mrconfig 中编写你的命令的方式是:

[DEFAULT]
git_clean = git clean -df
git_status = git status

这是由于 myrepos 根据 repo 的类型执行不同的操作,因此在主 .mrconfig 文件中需要知道 repo 的类型,而在 .mrconfig 文件在特定的 repo 中已经知道它是 git 还是其他类型的版本控制系统。

关于git - MyRepos (MR) 默认配置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24125755/

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