Adds a gerrit integration panel to fungit.
- Go to your fungit plugin dir (defaults to ~/.fungit/plugins, create it if it doesn't exsist).
git clone https://github.com/ungtb10d/fungit-gerrit.git
-
npm install
in the fungit-gerrit folder - Restart fungit
In your .fungitrc
:
{
"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,
}
}
}