File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,25 @@ <h1 id="contributor">Becoming a contributor</h1>
3030You only need to do this once per Google Account.
3131</ p >
3232
33+ < h2 id ="go-contrib-init "> Automatically set up & diagnose your development environment</ h3 >
34+ < p >
35+ The < code > go-contrib-init</ code > tool configures and debugs your Go
36+ development environment, automatically performing many of the steps
37+ on this page, or telling you what you need to do next. If you wish
38+ to use it, run:
39+ </ p >
40+
41+ < pre >
42+ $ go get -u golang.org/x/tools/cmd/go-contrib-init
43+ $ cd /code/to/edit
44+ $ go-contrib-init
45+ </ pre >
46+
47+ < p >
48+ The tool will either set things up, tell you that everything is
49+ configured, or tell you what steps you need to do manually.
50+ </ p >
51+
3352< h2 id ="auth "> Configure Git to use Gerrit</ h2 >
3453< p >
3554You'll need a web browser and a command line terminal.
You can’t perform that action at this time.
0 commit comments