8000 GitHub - aaronshaf/ger: gerrit cli
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aaronshaf/ger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

npm i -g @aaronshaf/ger

Assumption: gerrit in known_hosts

# ~/.ssh/known_hosts
Host gerrit
  HostName gerrit.[your domain].com
  User [your username]
  Port 29418

Usage

# list branches with gerrit info
ger branch

# list branches with expanded gerrit info
ger branch -v

# prompt to delete branches of submitted or abandoned changes
ger branch -d

About

gerrit cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0