From 79db636140166e1a11731430acc07710dd1a4040 Mon Sep 17 00:00:00 2001 From: Thomas Schultz Date: Thu, 6 Oct 2016 06:19:00 -0400 Subject: [PATCH] Update upstream URI. --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 18c592bb4e7d..ddb396cb5607 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -44,7 +44,7 @@ You'll have to create a development environment to hack on $ cd hack-on-google-cloud-python # Configure remotes such that you can pull changes from the google-cloud-python # repository into your local repository. - $ git remote add upstream https://github.com:GoogleCloudPlatform/google-cloud-python + $ git remote add upstream git@github.com:GoogleCloudPlatform/google-cloud-python.git # fetch and merge changes from upstream into master $ git fetch upstream $ git merge upstream/master