Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cver
1.0.4
Top Level Namespace
Cver
Arguments
Flags
CverFormat
Git
Logger
Utils
Version
Built with Crystal 1.9.2
2023-10-08 14:51:59 UTC
module
Git
Defined in:
git.cr
Constant Summary
TAG_DIR
=
Path
[
".git/refs/tags/"
]
Class Method Summary
.branch
.has_changes
.push
(item : String)
.read_tags
(root_dir : Path)
.root_dir
.tag
(tag : String)
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
]