Class Head

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(name: string, commit: any): Head

Parameters

  • name: string
  • commit: any

Returns

Head

Properties

public commit: any

public name: string

Methods

public static current(repo: any, callback: Function)

Parameters

  • repo: any
  • callback: Function

public static current(repo: any, options: any, callback: Function)

Parameters

  • repo: any
  • options: any
  • callback: Function

public static find_all(repo: any, callback: Function)

Parameters

  • repo: any
  • callback: Function

public static find_all(repo: any, options: any, callback: Function)

Parameters

  • repo: any
  • options: any
  • callback: Function