module Git

Defined in:

git.cr

Constant Summary

TAG_DIR = Path[".git/refs/tags/"]

Class Method Summary

Class Method Detail

def self.branch #

[View source]
def self.has_changes #

[View source]
def self.push(item : String) #

[View source]
def self.read_tags(root_dir : Path) #

[View source]
def self.root_dir #

[View source]
def self.tag(tag : String) #

[View source]