Skip to content

Latest commit

 

History

History
93 lines (56 loc) · 3.58 KB

File metadata and controls

93 lines (56 loc) · 3.58 KB
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 - Simplifying Your Git Commit Process

Download gitwiz

📖 Overview

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.

🚀 Getting Started

Follow this step-by-step guide to download and run gitwiz.

Step 1: Visit the Releases Page

To get gitwiz, you need to go to the Releases page. Click the link below:

Download gitwiz

Step 2: Choose Your Version

On the Releases page, you will see a list of available versions. Look for the latest version, which will usually be at the top.

Step 3: Download the File

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.

Step 4: Locate the Downloaded File

After the download finishes, find the file in the folder where your downloads are saved.

Step 5: Run gitwiz

For Windows Users

  1. Navigate to the folder with the downloaded file.
  2. Double-click gitwiz-windows.exe to run it.

For macOS Users

  1. Open the Terminal application.
  2. Navigate to the folder with gitwiz-macos using the cd command.
  3. Run the command: ./gitwiz-macos.

For Linux Users

  1. Open your Terminal.
  2. Navigate to the folder where you saved gitwiz-linux.
  3. Run the command: ./gitwiz-linux.

Step 6: Follow the Prompts

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.

✨ Features

  • 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.

📋 System Requirements

  • 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.

🔗 Additional Resources

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.

📞 Support

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:

Download gitwiz