Skip to content

Commit

Permalink
Merge pull request googleapis#2504 from daspecster/contributing-updates
Browse files Browse the repository at this point in the history
Update upstream URI.
  • Loading branch information
daspecster authored Oct 6, 2016
2 parents 4a82b09 + e813284 commit 06a1a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06a1a99

Please sign in to comment.