Commit 659be023 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Reinstate "gerrithub usage instructions."

In cooperation with GerritHub, a repo-specific deploy key was setup,
which avoids granting blanket r/w access to the Gerrithub server.

This reverts commit 09a2813e.

Change-Id: I09a2813e
parent 19887fb2
......@@ -2,3 +2,21 @@
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment