module Kamaji::Git

Defined in:

utils/git.cr

Class Method Summary

Class Method Detail

def self.add_all #

[View source]
def self.executable #

[View source]
def self.executable=(executable) #

[View source]
def self.git_capture(args) #

[View source]
def self.git_command(args, output : Process::Stdio = Process::Redirect::Close) #

[View source]
def self.git_config(key) #

[View source]
def self.help #

[View source]
def self.init #

[View source]
def self.initial_commit #

[View source]
def self.rename_branch #

[View source]
def self.status #

[View source]