Skip to content
Closed
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: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GoReleaser configuration for Git Context
# GoReleaser configuration for Git Context Test Replace
# A powerful CLI tool for managing multiple Git configuration profiles
# Keywords: git, configuration, profiles, CLI, developer-tools, Go
# Documentation: https://goreleaser.com
Expand Down Expand Up @@ -99,7 +99,7 @@ brews:
skip_upload: auto
# Keywords for Homebrew discoverability
caveats: |
Git Context is a command-line tool for managing multiple Git configuration profiles.
Git Context Test Replace is a command-line tool for managing multiple Git configuration profiles.
Switch between different Git identities (work, personal, school, etc.) with a single command.
Keywords: git, configuration, profiles, CLI, developer-tools, identity-management

Expand All @@ -111,7 +111,7 @@ release:
prerelease: auto
mode: replace
header: |
## Git Context {{ .Tag }} ({{ .Date }})
## Git Context Test Replace {{ .Tag }} ({{ .Date }})

A powerful CLI tool for managing multiple Git configuration profiles.
Switch seamlessly between different Git identities with automatic backups and validation.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Git Context Switcher
# Git Context Test Replace Switcher

A powerful command-line tool for managing multiple Git configuration profiles. Seamlessly switch between different Git identities (work, personal, school, etc.) with a single command.

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
var rootCmd = &cobra.Command{
Use: "git-context",
Short: "Manage multiple git configuration profiles",
Long: `Git Context is a CLI tool that helps you manage multiple git configuration profiles.
Long: `Git Context Test Replace is a CLI tool that helps you manage multiple git configuration profiles.

Switch between different git identities (work, personal, school, etc.) with a single command.
Profiles are stored in ~/.config/git-context/config.yaml`,
Expand Down
Loading