Adds a gerrit integration panel to Ungit.
- Go to your ungit plugin dir (defaults to ~/.ungit/plugins, create it if it doesn't exsist).
git clone https://github.com/FredrikNoren/ungit-gerrit.git
npm install
in the ungit-gerrit folder- Restart Ungit
In your .ungitrc
:
{
"pluginConfigs": {
"gerrit": {
// Ssh username. Defaults to what the repository is configured with, or the currently logged in user.
"sshUsername": undefined,
// Ssh agent. Defaults to pageant on Windows and SSH_AUTH_SOCK on Unix.
sshAgent: undefined,
}
}
}