2.1.0 • Published 9 months ago

git-hash-miner v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Git Hash Miner

Command line utility to generate custom commit hashes.

Installation

npm i -g git-hash-miner

Usage

In a Git repository, after creating a commit:

gmr [--auto-amend|-a] <target>

where target is the characters we want the commit hash to start with, and -a auto amends the commit if the target is found. Do some tests without -a first.

Example

This command has been run after the last commit in the repository of Git Hash Miner:

gmr -a badc0de

Note

If you sign your commits with GPG, the commit signature is dropped when using Git Hash Miner.

Further reading

The blog article accompanying this package.

2.1.0

9 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.1

3 years ago

1.0.0

3 years ago