class Grits::Remote
- Grits::Remote
- Reference
- Object
Included Modules
Defined in:
grits/remote.crConstructors
Class Method Summary
Instance Method Summary
- #fetch(refs : Array(String | Nil) = [] of String | ::Nil, options : FetchOptions | Nil = FetchOptions.default, reflog_message : String | Nil = nil)
- #name
- #refspecs : Array(String)
- #update_tips!(callbacks : Remotable::Callbacks | Nil = Remotable::Callbacks.init, update_fetchhead : Bool | Nil = true, download_tags : TagStrategy | Nil = TagStrategy::DownloadTagsAuto, reflog_message : String | Nil = nil)
- #url
Constructor Detail
Class Method Detail
Instance Method Detail
def fetch(refs : Array(String | Nil) = [] of String | ::Nil, options : FetchOptions | Nil = FetchOptions.default, reflog_message : String | Nil = nil)
#
def update_tips!(callbacks : Remotable::Callbacks | Nil = Remotable::Callbacks.init, update_fetchhead : Bool | Nil = true, download_tags : TagStrategy | Nil = TagStrategy::DownloadTagsAuto, reflog_message : String | Nil = nil)
#