Skip to content

FredrikNoren/ungit-gerrit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gerrit plugin for Ungit

Adds a gerrit integration panel to Ungit.

Installation

  1. Go to your ungit plugin dir (defaults to ~/.ungit/plugins, create it if it doesn't exsist).
  2. git clone https://github.com/FredrikNoren/ungit-gerrit.git
  3. npm install in the ungit-gerrit folder
  4. Restart Ungit

Configuration

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,

    }
  }
}

About

Gerrit plugin for ungit

Resources

Stars

Watchers

Forks

Packages

No packages published