Magit plugin for Gerrit Code Review
Brian Fransioli ( [email protected] )
;; add magit-gerrit to `load-path' (require 'magit-gerrit) (setq magit-gerrit-ssh-creds "[email protected]")
- Check out branch, make changes, and commit...
- Gerrit Push Commit for Code Review => T P
- Gerrit Add Reviewer => T A (optional)
- Wait for code review and verification (approvals updated in magit-status)
- Gerrit Submit Review => T S
Enjoy!
Please help improve magit-gerrit! Pull requests welcomed!