git_rnd_name-0.1.5 is not a library.
git_rnd_name
Description
This is a tool to generate random names for git repositories.
This is useful when you want to create a PR
but you don't know what name you should use.
Features
- Generate random names for git repositories.
- Create new branch with random names.
- Support verbose mode.
- Support custom local repository path.
You'll get a random name like this:
> git |
)
Installation
Usage
Example
Chane to your git repository directory.
You will get a random name like
đ
You will get a random name like
đ
and a new branch will be created.
You will get a random name like
đ¤ī¸
in/path/to/repo
. If you add-b
option, a new branch will be created.
How to build
- Star and fork this repository
- Clone your forked repository like
git clone https://github.com/yourname/git_rnd_name.git
cd git_rnd_name
License
MIT