GitProvider

interface GitProvider(source)

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun commitChanges(commitMessage: String)
Link copied to clipboard
abstract fun headReference(): String
Link copied to clipboard
abstract fun logReferences(count: Int): List<String>
Link copied to clipboard
abstract fun show(reference: String): String