README
create-git-alias

👨🏻 CLI tool to apply some useful git aliases
This is an interactive process. You get to choose what you want
npm create git-alias
options
--all
Show all choices - even ones that are identical to the ones I have
npm create git-alias --all
--base <BASE_BRANCH>
Base branch for scripts doing rebase and deleting current branches. Defaults to "master"
aliases
| alias | Description
| - | -
| aliases | print all git aliases
| back | Reset to previous commit
| far | fetch from remote "<BASE_BRANCH>" and rebase
| feature | Create a branch starting with today's date
| fix | add, amend the current commit and push some fixes
| from | how many commit since