Method: Git::Lib#worktree_remove

Defined in:
lib/git/lib.rb

#worktree_remove(dir)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



745
746
747
# File 'lib/git/lib.rb', line 745

def worktree_remove(dir)
  worktree_command('worktree', 'remove', dir)
end