Skip to content

Commit

Permalink
Revert gerrithub usage instructions.
Browse files Browse the repository at this point in the history
Gerrithub requires overly broad write permissions, and hence its usage
is discontinued.
  • Loading branch information
hanwen committed Aug 4, 2016
1 parent 83bca04 commit 09a2813
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,3 @@
Before sending a patch or Pull request, please fill out a Google CLA, using the following form:

https://cla.developers.google.com/clas

For complex changes, please use Gerrit:

* Connect your github account with gerrithub, at

https://review.gerrithub.io/static/intro.html

* The signup will setup your SSH keys from Github.

* Create your change as a commit

* Add an ID to the commit message:

echo "Change-Id: I"$(head -c 20 /dev/urandom | sha1sum | awk '{print $1}')

* Push the change for review,

git push ssh://$USER@review.gerrithub.io:29418/hanwen/go-fuse HEAD:refs/for/master

0 comments on commit 09a2813

Please sign in to comment.