1.0.1 • Published 5 years ago

@lbennett/git-allyias v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

git-allyias

A cli ally to help you learn your overly complex git aliases by notifying you when you could have used an alias command.

Install

npm install --global @lbennett/git-allyias
# OR
yarn global add @lbennett/git-allyias

Usage

You can now use the g or git-allyias commands.

> g rebase origin/master --autosquash -i
> ...
> Successfully rebased and updated refs/heads/master.

> 🧞‍♂️  Woah there buddy, easy on the keys! Next time you can use `git romas` instead.

assumimg you had a romas alias like so...

[alias]
    romas = rebase -i --autosquash origin/master
1.0.1

5 years ago