Class: ShareReReRe

Inherits:
Object
  • Object
show all
Defined in:
lib/git_bpf/commands/share-rerere-cache.rb

Overview

share-rerere: Recreate a branch based on the merge commits it’s comprised of.

Defined Under Namespace

Classes: PullReReRe, PushReReRe

Instance Method Summary collapse

Instance Method Details

#execute(opts, argv) ⇒ Object



38
39
40
# File 'lib/git_bpf/commands/share-rerere-cache.rb', line 38

def execute(opts, argv)
  run('share-rerere', '--help')
end