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

# Interface RemoteCodingGitCommitResult

```typescript
interface RemoteCodingGitCommitResult {
    accepted: true;
    session: RemoteCodingSession;
}
```

Types: [accepted](#accepted), [session](#session), [RemoteCodingSession](core.RemoteCodingSession.md)

##### Index

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

[accepted](#accepted) [session](#session)

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

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

```typescript
accepted: true
```

Command accepted durably. The resulting commit artifact arrives later through results.list/events after the enrolled target completes it.

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

```typescript
session: RemoteCodingSession
```

Types: [RemoteCodingSession](core.RemoteCodingSession.md)
