> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.GitCommitInput.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface GitCommitInput

```typescript
interface GitCommitInput {
    message: string;
    paths: readonly string[];
    projectId: string;
}
```

Types: [message](#message), [paths](#paths), [projectId](#projectid)

##### Index

### <a id="properties"></a>Properties

[message](#message) [paths](#paths) [projectId](#projectid)

## <a id="properties-1"></a>Properties

### <a id="message"></a>message

```typescript
message: string
```

### <a id="paths"></a>paths

```typescript
paths: readonly string[]
```

Explicit, non-empty project-relative path set.

### <a id="projectid"></a>projectId

```typescript
projectId: string
```
