总是`git fetch --all`?

时间:2016-04-04 15:20:30

标签: git

当我只想获取某个遥控器时,几乎从来没有这种情况;我总是想要所有的遥控器。我认为这将是一个常见的用例,git会将其考虑在内(与pull.rebase true相同)。

那么,是否有一种神奇的方法可以始终从我无法找到的所有遥控器中取出?我目前的解决方案是使用别名,但我觉得必须有一种更传统的方式。

1 个答案:

答案 0 :(得分:2)

The git remote update command will do what you describe:

$ git remote --help
[...]
   update
       Fetch updates for a named set of remotes in the repository as
       defined by remotes.<group>. If a named group is not specified on
       the command line, the configuration parameter remotes.default will
       be used; if remotes.default is not defined, all remotes which do
       not have the configuration parameter