OLD | NEW |
1 luci-go: LUCI services and tools in Go | 1 luci-go: LUCI services and tools 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 # hack hack | 57 # hack hack |
58 | 58 |
59 git commit -a -m "This is awesome\nR=joe@example.com" | 59 git commit -a -m "This is awesome\nR=joe@example.com" |
60 # This will ask for your Google Account credentials. | 60 # This will ask for your Google Account credentials. |
61 git cl upload -s | 61 git cl upload -s |
62 # Wait for LGTM over email. | 62 # Wait for LGTM over email. |
63 # Check the commit queue box in codereview website. | 63 # Check the commit queue box in codereview website. |
64 # Wait for the change to be tested and landed automatically. | 64 # Wait for the change to be tested and landed automatically. |
65 | 65 |
66 Use `git cl help` and `git cl help <cmd>` for more details. | 66 Use `git cl help` and `git cl help <cmd>` for more details. |
| 67 |
| 68 |
| 69 If you are reading this, perhaps CQ has committed something it shouldn't have. |
OLD | NEW |