# RemoteTip

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/git-sync/github-sync.adapter.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/git-sync/github-sync.adapter.ts#L16)

A branch tip: the commit sha plus its root tree sha.

## Properties

| Property | Type |
|---|---|
| `sha` | `string` |
| `treeSha` | `string` |
