Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/git/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Git Configuration (git)

Configures git with user settings, signing keys, plugins, and global gitignore
Installs git plugins and configures global gitignore

## Example Usage

Expand All @@ -15,10 +15,6 @@ Configures git with user settings, signing keys, plugins, and global gitignore

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| provider | Git provider to configure default settings for (to be implemented) | string | none |
| userName | Git user.name value. Falls back to GIT_USER environment variable if not set. | string | - |
| userEmail | Git user.email value. Falls back to GIT_EMAIL environment variable if not set. | string | - |
| signingKey | Path to signing key relative to $HOME/.ssh (e.g., 'github.pub'). Leave empty to disable signing. | string | - |
| installGitKraken | Install GitKraken CLI (gk) for enhanced git operations | boolean | false |

## Customizations
Expand Down
3 changes: 2 additions & 1 deletion src/github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Installs GitHub CLI (gh) with optional GitHub Copilot CLI and skills support
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| installCopilot | Install GitHub Copilot CLI extension | boolean | false |
| skills | Comma-separated list of Copilot skills to install (e.g., 'tf-module,api-design'). Requires installCopilot to be enabled. | string | - |
| installGitKraken | Install GitKraken CLI (gk) for enhanced git operations. Requires git feature to be installed. | boolean | false |
| skills | Comma-separated list of Copilot skills to install (e.g., 'tf-module,api-design'). Skills are always downloaded when specified, regardless of authentication status. | string | - |

## Customizations

Expand Down
Loading