From 8ff0637a5cc485d6b1187abdf8619eefe894cfb7 Mon Sep 17 00:00:00 2001 From: Matthew McCullough Date: Mon, 1 Oct 2012 14:28:19 -0600 Subject: [PATCH] Remotes and links updated to reflect that GitHub as the owning organization --- _layouts/reference.html | 2 +- remotes/index.html | 4 ++-- zh/remotes/index.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_layouts/reference.html b/_layouts/reference.html index 061f21c..8f9bd55 100755 --- a/_layouts/reference.html +++ b/_layouts/reference.html @@ -27,7 +27,7 @@
  • About
  • §
  • -
  • Site Source
  • +
  • Site Source

  •   diff --git a/remotes/index.html b/remotes/index.html index 94f41ec..62a1531 100644 --- a/remotes/index.html +++ b/remotes/index.html @@ -80,8 +80,8 @@ layout: reference $ git remote origin $ git remote -v -origin git@github.com:schacon/git-reference.git (fetch) -origin git@github.com:schacon/git-reference.git (push) +origin git@github.com:github/git-reference.git (fetch) +origin git@github.com:github/git-reference.git (push)

    You see the URL there twice because Git allows you to have different diff --git a/zh/remotes/index.html b/zh/remotes/index.html index fbffe4f..b5f5e7c 100644 --- a/zh/remotes/index.html +++ b/zh/remotes/index.html @@ -60,8 +60,8 @@ layout: zh_reference $ git remote origin $ git remote -v -origin git@github.com:schacon/git-reference.git (fetch) -origin git@github.com:schacon/git-reference.git (push) +origin git@github.com:github/git-reference.git (fetch) +origin git@github.com:github/git-reference.git (push)

    在此您看到了该链接两次,是因为 Git 允许您为每个远端仓库添加不同的推送与获取的链接,以备您读写时希望使用不同的协议。