-
-
Notifications
You must be signed in to change notification settings - Fork 0
GitClientInterface
github-actions edited this page Apr 19, 2026
·
1 revision
Provides semantic Git operations for repository-aware services.
- Full name:
\FastForward\DevTools\Git\GitClientInterface
Returns a Git config value for the selected repository.
public getConfig(string $key, ?string $workingDirectory = null): stringParameters:
| Parameter | Type | Description |
|---|---|---|
$key |
string | |
$workingDirectory |
?string |
Returns the file contents shown from a specific Git reference.
public show(string $reference, string $path, ?string $workingDirectory = null): stringParameters:
| Parameter | Type | Description |
|---|---|---|
$reference |
string | |
$path |
string | |
$workingDirectory |
?string |