Skip to content

sjl421/pycr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCR

A Command-Line Interface to Gerrit Code Review v2.8 up to v2.11.4.

Quick start

Create a file named ~/.gitreview with the following content:

 [gerrit]
 username = <your username>
 password = <http-password>
 host = <review hostname>

Where <http-password> is your HTTP access password for your account in Gerrit (Settings > HTTP Password).

Then run:

 $ git cl list

to see the list of pending changes.

With git-cl you can review, submit or rebase a change. See git cl -h for more info.

About

A Command-line Interface to Gerrit Code Review

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%