Skip to content

0.1.0 (Beta) – First Public Release

Pre-release
Pre-release

Choose a tag to compare

@nkaaf nkaaf released this 17 Oct 13:48
0.1.0
ec8dda9

git-profiles 0.1.0 (Beta) – First Public Release 🚀

We’re excited to announce the first public beta of git-profiles, a CLI tool for managing multiple Git configuration profiles. Easily switch between identities, apply profiles to repositories, and manage configs with confidence.

✨ Highlights

  • Create, update, delete, and duplicate Git profiles
  • Set/unset key-value pairs (user.name, user.email, etc.)
  • Apply profiles to local repositories with a single command
  • Git alias support: git profiles <command>
  • Cross-platform storage and input validation
  • Pre-commit hooks for linting and code quality 🛠️

📦 Installation

See the Installation section in the README for detailed instructions.

⚠️ Beta release: Some APIs and commands may change in future versions. Feedback and contributions are welcome!