Skip to content

Commit 79db636

Browse files
committed
Update upstream URI.
1 parent 8c50e41 commit 79db636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You'll have to create a development environment to hack on
4444
$ cd hack-on-google-cloud-python
4545
# Configure remotes such that you can pull changes from the google-cloud-python
4646
# repository into your local repository.
47-
$ git remote add upstream https://github.com:GoogleCloudPlatform/google-cloud-python
47+
$ git remote add upstream git@github.com:GoogleCloudPlatform/google-cloud-python.git
4848
# fetch and merge changes from upstream into master
4949
$ git fetch upstream
5050
$ git merge upstream/master

0 commit comments

Comments
 (0)