Class: Git::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/setup_git.rb

Instance Method Summary collapse

Instance Method Details

#add_worktree(path, revision) ⇒ Object



7
8
9
# File 'lib/setup_git.rb', line 7

def add_worktree(path, revision)
  lib.send(:command, 'worktree', 'add', path, revision)
end