1.0.1 • Published 7 years ago
@lbennett/git-allyias v1.0.1
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-allyiasUsage
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/master1.0.1
7 years ago