Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在管理使用 --mirror 克隆的 git repos,我需要git remote update使用 JGit 进行操作。
git remote update
我是使用 FetchCommand,还是有其他命令?
a 的等效 FetchCommand 是git remote update什么?
您应该使用FetchCommand并调用setRemote来指定要从中获取的遥控器的名称。
FetchCommand
setRemote
如果您有多个要从中获取的遥控器,请FetchCommand为您要从中获取的每个遥控器创建一个新实例。