module Grits::Mixins::Repo
Included modules
Grits::Mixins::Repository::Commit
Grits::Mixins::Repository::Tag
Grits::Mixins::Repository::Tree
Direct including types
Grits::Repo
Methods
#config(snapshot : Bool | Nil = false
#create_branch(name : String, *, ref : String = "HEAD", force : Bool = false)
#create_remote(name : String, url : String)
#create_remote_with_fetchspec(name : String, url : String, refspec : String)
#diff_workdir(options = DiffOptions.default) : Diff
#diff_workdir(options = DiffOptions
#discover(start : String, across_fs : Bool = false, cieling_dirs : String = "") : String
#hash_file(path : String, type : Object::Type, as_path : String | Nil = nil)
#lookup_commit(sha : String) : Commit
#mirror_remote(name : String, url : String)
#namespace : String | ::Nil
#revparse_single(text : String)
#worktree_head(worktree : String) : Reference | Nil
#worktree_head_detached?(worktree : String)