> ## Documentation Index
> Fetch the complete documentation index at: https://docs.staging.alpic.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# git disconnect

> Disconnect a linked Alpic project from its git remote source

Removes the git remote repository link from an Alpic project. The project remains deployed; only the source repository association is cleared.

## Usage

```bash theme={null}
alpic git disconnect
```

Prompts for confirmation before removing the git remote link from the linked project in the current directory.

## Extended Usage

```bash theme={null}
# Skip the confirmation prompt
alpic git disconnect --non-interactive
```

## Options

| Flag                | Description                  | Default |
| ------------------- | ---------------------------- | ------- |
| `--non-interactive` | Skip the confirmation prompt | `false` |
