JGit

com.github.sbt.git.JGit
See theJGit companion class
object JGit

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JGit.type

Members list

Value members

Concrete methods

def apply(base: File): JGit

Creates a new git instance from a base directory.

Creates a new git instance from a base directory.

Attributes

def clone(from: String, to: File, remoteName: String, cloneAllBranches: Boolean, bare: Boolean): JGit

Clones from a given URI into a local directory of your choosing.

Clones from a given URI into a local directory of your choosing.

Attributes