Skip to content

Help you to have compliance with your commit & facilitate the versioning

Notifications You must be signed in to change notification settings

KalvinVilla/Archived-GitBenchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Benchmark

GitBenchmarkVersion PythonProject

GitBenchmark is a command-line tool designed to facilitate Git usage and ensure compliance with commit standards. It provides commands for managing scopes, commit types, and commits.

Installation

  1. Prerequisites: Make sure you have Git installed. You can check your Git version by running the following command:

    git --version

    If Git is not installed, please install it before proceeding.

  2. Install GitBenchmark:

    • Download the binary from the releases page.
    • Place the binary in a directory included in your system's PATH.
    • You can now use the gb or gitbenchmark command in your terminal.

Usage

Here are the main commands available:

  • gb init: Initializes config files.
  • gb build [scope]: Build to specific scope.
  • gb scope [add|remove|list|check] [scope]: Configures scopes.
  • gb type [add|remove|list] [type]: Configures commit types.
  • gb commit [type]: Performs a commit.

How to Contribute

We welcome contributions! Here's how you can contribute:

  1. Fork the GitBenchmark repository on GitHub.
  2. Create a branch for your contribution.
  3. Make your changes and test them.
  4. Submit a pull request to the main branch.

Feel free to reach out if you have any questions or suggestions!

About

Help you to have compliance with your commit & facilitate the versioning

Resources

Stars

Watchers

Forks

Releases

No releases published