默认情况下如何从所有远程存储库中获取

时间:2016-12-14 22:43:46

标签: git git-fetch

据我所知,#include <pthread.h> int x = 0; pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; doSomething() { pthread_mutex_lock(&mutex); ++x; pthread_mutex_unlock(&mutex); /* <-- Race Condition? */ return x; } void *t2() { doSomething(); } main() { pthread_t thread; pthread_t_create(&thread, NULL); doSomething(); pthread_join(thread, NULL); return 0; } 并没有太大的副作用。

在运行git fetch时,默认情况下是否可以将git配置为从所有远程存储库中提取,而不必传入git fetch选项?

1 个答案:

答案 0 :(得分:3)

虽然您必须提供组名称或getFirstPositionAndTrack() WL.App.setKeepAliveInBackground(true); --multiple--all以从多个遥控器中提取,但git fetch命令默认更新已定义的遥控器git remote update如果已设置,则除了remotes.default设置为remote.<name>.skipDefaultUpdate的所有遥控器之外的所有遥控器。

换句话说,默认情况下,true表示&#34;从所有&#34;中获取。