Translations:Development/Languages/16/zh-cn: Difference between revisions
Appearance
	
	
|  Created page with "推荐在 ~/.gitconfig 中加入: <syntaxhighlight lang="text"> [url "git://anongit.kde.org/"]     insteadOf = kde: [url "ssh://[email protected]/"]     pushInsteadOf = kde: </s..." | 
| (No difference) | 
Latest revision as of 07:07, 4 August 2012
推荐在 ~/.gitconfig 中加入:
[url "git://anongit.kde.org/"]
    insteadOf = kde:
[url "ssh://[email protected]/"]
    pushInsteadOf = kde:
以从 anongit 服务器拉取并提交到主 git 服务器。