Translations:Development/Languages/16/zh-cn

From KDE TechBase
Revision as of 07:07, 4 August 2012 by Fengchao (talk | contribs) (Created page with "推荐在 ~/.gitconfig 中加入: <syntaxhighlight lang="text"> [url "git://anongit.kde.org/"] insteadOf = kde: [url "ssh://[email protected]/"] pushInsteadOf = kde: </s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

推荐在 ~/.gitconfig 中加入:

[url "git://anongit.kde.org/"]
    insteadOf = kde:
[url "ssh://[email protected]/"]
    pushInsteadOf = kde:

以从 anongit 服务器拉取并提交到主 git 服务器。