git_remote_push()
在update_fetchhead
参数中将零传递到git_remote_update_tips()
。该文档说“通过1就像git”。
在Objective Git中,有一个等效函数-[GTRepository pushRefspecs:toRemote:withOptions:error:progress]
,其功能与git_remote_push()
基本上相同,但是它为update_fetchhead
传递了1。
那么git_remote_push()
为什么要传递零?我不清楚,为什么您要跳过更新FETCH_HEAD。