Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: README.md

Issue 1301833005: Update README to use CQ. (Closed) Base URL: https://github.com/luci/gae@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 [![GoDoc](https://godoc.org/github.com/luci/gae?status.svg)](https://godoc.org/g ithub.com/luci/gae) 5 [![GoDoc](https://godoc.org/github.com/luci/gae?status.svg)](https://godoc.org/g ithub.com/luci/gae)
6 [![Build Status](https://travis-ci.org/luci/gae.svg?branch=master)](https://trav is-ci.org/luci/gae) 6 [![Build Status](https://travis-ci.org/luci/gae.svg?branch=master)](https://trav is-ci.org/luci/gae)
7 [![Coverage Status](https://coveralls.io/repos/luci/gae/badge.svg?branch=master& service=github)](https://coveralls.io/github/luci/gae?branch=master) 7 [![Coverage Status](https://coveralls.io/repos/luci/gae/badge.svg?branch=master& service=github)](https://coveralls.io/github/luci/gae?branch=master)
8 8
9 Installing 9 Installing
10 ---------- 10 ----------
(...skipping 25 matching lines...) Expand all
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.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698