1.0.3 • Published 5 years ago
node-gerrit-push v1.0.3
Introduction
Node-gerrit is a convenient tool for pushing code to Gerrit, supporting all platforms of Windows, Linux, and MacOs. You only need to run gerrit to push the current branch to Gerrit
Requirement
- nodejs
- git
Installation
npm install -g node-gerrit-pushHow To Use
cd <your-git-repo-dir>
run:
gerritor
gerrit <commit-id>Nothing more.