# gitBlobSha

**Kind:** Function

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

The git blob sha1 for a UTF-8 content string ("blob <len>\0<content>") — lets the mirror
diff desired content against the customer tree WITHOUT uploading unchanged blobs.

## Signature

```ts
function gitBlobSha(content: string): string
```

## Parameters

| Name | Type |
|---|---|
| `content` | `string` |

**Returns:** `string`
