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

Usage

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

Extended Usage

# Disconnect a project in a specific directory
alpic git disconnect ./my-app

# Skip the confirmation prompt
alpic git disconnect --yes

Options

FlagShortDescriptionDefault
--yes-ySkip the confirmation promptfalse
Positional arguments
ArgumentRequiredDescription
directoryNoDirectory to disconnect (defaults to current directory)