【发布时间】:2013-10-30 12:53:02
【问题描述】:
下面的命令怎么做:
git config remote.origin.push refs/heads/master:refs/heads/master
与以下命令有关:
git config push.default <option>
(使用--local 或--global 选项)
<option> 是其中之一:
nothing
matching
upstream (formerly tracking)
current
simple
?
我想我理解第二个配置命令,但我不明白第一个命令条件/与第二个命令的关系。以下是一些提供此问题背后背景的参考资料:
【问题讨论】:
标签: git