getAttributionRepoRoot method
Get the repo root for attribution operations.
Implementation
String getAttributionRepoRoot() {
return _findGitRoot(_originalCwd) ?? _originalCwd;
}
Get the repo root for attribution operations.
String getAttributionRepoRoot() {
return _findGitRoot(_originalCwd) ?? _originalCwd;
}