class ShareReReRe::PullReReRe
Public Instance Methods
execute(opts, argv)
click to toggle source
# File lib/git_bpf/commands/share-rerere-cache.rb, line 49 def execute(opts, argv) rerere = Repository.new opts.work_tree rerere.cmd("pull", '--quiet', opts.remote, opts.branch) end