diff --git a/.goreleaser.yml b/.goreleaser.yml index 2700cc1..dd2e27b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 @@ -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 @@ -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. diff --git a/README.md b/README.md index ddb9075..2dc2dda 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/cmd/root.go b/cmd/root.go index e5ecf85..5f20791 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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`,