Class: Git::Commands::Worktree::Repair Private
- Inherits:
-
ManagementBase
- Object
- Base
- ManagementBase
- Git::Commands::Worktree::Repair
- Defined in:
- lib/git/commands/worktree/repair.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Note:
arguments block audited against
https://git-scm.com/docs/git-worktree/2.54.0
Repairs worktree administrative files
Resolves broken links between the repository and one or more linked worktrees. Useful after a worktree directory is moved manually.
Instance Method Summary collapse
-
#call(*path, **options) ⇒ Git::CommandLineResult
Repair worktree administrative files.
Methods inherited from Base
allow_exit_status, arguments, #initialize, requires_git_version, skip_version_validation
Constructor Details
This class inherits a constructor from Git::Commands::Base
Instance Method Details
#call(*path, **options) ⇒ Git::CommandLineResult
|
|
# File 'lib/git/commands/worktree/repair.rb', line 40
|