Skip to content

moogacs/homebrew-gitgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitGen

A simple utility to generate unique git branch names based on your git username and a timestamp hash.

Installation

You can install GitGen using Homebrew:

brew tap moogacs/gitgen
brew install gitgen

Usage

Simply run gitgen in your git repository to create a new branch with a unique name:

cd your-git-repo
gitgen

This will create and checkout a new branch with a name in the format: username-hash where username is your git username (converted to lowercase with spaces replaced by dashes) and hash is an 8-character hash based on the current timestamp.

Options

  • --version: Display the current version of gitgen

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published