| layout | default |
|---|---|
| title | 🧙 gitwiz - Simplifying Your Git Commit Process |
| description | 🧙 Streamline your Git workflow with GitWiz, a secure CLI tool that enhances commits through an interactive context wizard. |
gitwiz is an interactive tool that helps you create better Git commit messages. With guided prompts, it assists you in adding co-authors, issue references, and conventional commit details. It is designed for anyone who wants to improve their coding workflow without needing to be a technical expert.
Built using Go and Charm, gitwiz combines simplicity with powerful features to enhance how you manage your Git workflow.
Follow this step-by-step guide to download and run gitwiz.
To get gitwiz, you need to go to the Releases page. Click the link below:
On the Releases page, you will see a list of available versions. Look for the latest version, which will usually be at the top.
For your operating system, find the file that matches your setup:
- For Windows: Download
gitwiz-windows.exe - For macOS: Download
gitwiz-macos - For Linux: Download
gitwiz-linux
Click on the file name to start the download.
After the download finishes, find the file in the folder where your downloads are saved.
- Navigate to the folder with the downloaded file.
- Double-click
gitwiz-windows.exeto run it.
- Open the Terminal application.
- Navigate to the folder with
gitwiz-macosusing thecdcommand. - Run the command:
./gitwiz-macos.
- Open your Terminal.
- Navigate to the folder where you saved
gitwiz-linux. - Run the command:
./gitwiz-linux.
Once gitwiz opens, it will guide you through creating your commit message. Follow the prompts—a simple, user-friendly interface will help you fill in details like co-authors and issue references.
- Interactive Input: Provides step-by-step prompts for creating your commit messages.
- Co-Author Support: Allows you to easily add co-authors to your commits.
- Issue References: Quickly link your commits to related issues, keeping your project organized.
- Conventional Commits: Helps you follow best practices for commit messages, improving code management.
- Operating System: Windows 10 or later, macOS 10.13 or later, or most distributions of Linux.
- Memory: At least 512 MB of RAM.
- Disk Space: 50 MB of free space for installation.
If you want to learn more about gitwiz and how to make the most of it, consider checking out the following resources:
- Documentation: Get detailed instructions on all features.
- FAQ: Find answers to common questions.
If you encounter any issues or have questions, feel free to create an issue on the GitHub repository. The community is here to help you!
Remember, you can always revisit the Releases page to download the latest version or any updates: