| OLD | NEW |
| 1 luci-go: LUCI in Go | 1 luci-go: LUCI in Go |
| 2 =================== | 2 =================== |
| 3 | 3 |
| 4 [](https://godoc.o
rg/github.com/luci/luci-go) | 4 [](https://godoc.o
rg/github.com/luci/luci-go) |
| 5 [](https://
travis-ci.org/luci/luci-go) | 5 [](https://
travis-ci.org/luci/luci-go) |
| 6 [](https://coveralls.io/github/luci/luci-go?branch=master) | 6 [](https://coveralls.io/github/luci/luci-go?branch=master) |
| 7 | 7 |
| 8 Installing | 8 Installing |
| 9 ---------- | 9 ---------- |
| 10 | 10 |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 export PATH="$PATH:$HOME/src/depot_tools" | 51 export PATH="$PATH:$HOME/src/depot_tools" |
| 52 cd $GOROOT/github.com/luci/luci-go | 52 cd $GOROOT/github.com/luci/luci-go |
| 53 git checkout -b work origin/master | 53 git checkout -b work origin/master |
| 54 | 54 |
| 55 # hack hack | 55 # hack hack |
| 56 | 56 |
| 57 git commit -a -m "This is awesome\nR=joe@example.com" | 57 git commit -a -m "This is awesome\nR=joe@example.com" |
| 58 # This will ask for your Google Account credentials. | 58 # This will ask for your Google Account credentials. |
| 59 git cl upload -s | 59 git cl upload -s |
| 60 # Wait for LGTM over email. | 60 # Wait for LGTM over email. |
| 61 git cl land | 61 # Check the commit queue box in codereview website. |
| 62 # Wait for the change to be tested and landed automatically. |
| 62 | 63 |
| 63 Use `git cl help` and `git cl help <cmd>` for more details. | 64 Use `git cl help` and `git cl help <cmd>` for more details. |
| OLD | NEW |