OLD | NEW |
1 gae: A Google AppEngine SDK wrapper | 1 gae: A Google AppEngine SDK wrapper |
2 =================== | 2 =================== |
3 *designed for testing and extensibility* | 3 *designed for testing and extensibility* |
4 | 4 |
5 [](https://godoc.org/g
ithub.com/luci/gae) | 5 [](https://godoc.org/g
ithub.com/luci/gae) |
6 [](https://trav
is-ci.org/luci/gae) | 6 [](https://trav
is-ci.org/luci/gae) |
7 [](https://coveralls.io/github/luci/gae?branch=master) | 7 [](https://coveralls.io/github/luci/gae?branch=master) |
8 | 8 |
9 Installing | 9 Installing |
10 ---------- | 10 ---------- |
(...skipping 25 matching lines...) Expand all Loading... |
36 cd $GOROOT/github.com/luci/gae | 36 cd $GOROOT/github.com/luci/gae |
37 git new-branch work | 37 git new-branch work |
38 # or `git checkout -b work origin/master` if you like typing more. | 38 # or `git checkout -b work origin/master` if you like typing more. |
39 | 39 |
40 # hack hack | 40 # hack hack |
41 | 41 |
42 git commit -a -m "This is awesome\nR=joe@example.com" | 42 git commit -a -m "This is awesome\nR=joe@example.com" |
43 # This will ask for your Google Account credentials. | 43 # This will ask for your Google Account credentials. |
44 git cl upload -s | 44 git cl upload -s |
45 # Wait for LGTM over email. | 45 # Wait for LGTM over email. |
46 git cl land | 46 # Check Commit Queue checkbox in Rietveld codereview site. |
| 47 # See it tested and landed automatically. |
47 | 48 |
48 Use `git cl help` and `git cl help <cmd>` for more details. | 49 Use `git cl help` and `git cl help <cmd>` for more details. |
OLD | NEW |