GitRunner
An interface to run git commands.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object ConsoleGitRunnerobject JGitRunner
Members list
Value members
Abstract methods
Akin to running 'git {args}' with a given working directory cwd
and logger. This will always return the resulting output string of the process.
Akin to running 'git {args}' with a given working directory cwd
and logger. This will always return the resulting output string of the process.
Attributes
Concrete methods
Commits all local changes and pushes the new commit to a remote repository.
Commits all local changes and pushes the new commit to a remote repository.
Attributes
Pulls remote changes into the local branch.
Pulls remote changes into the local branch.
Attributes
Pushes local commits to the remote branch.
Pushes local commits to the remote branch.
Attributes
Updates the cwd from a remote branch. If the local git repo doesn't exist, will clone it into existence.
Updates the cwd from a remote branch. If the local git repo doesn't exist, will clone it into existence.