Git Subcommand Aliasing
You can map Aviator CLI command as git
subcommand. In your .gitconfig
, you can add aliases:
~/.gitconfig
With the config above, git sync
will execute av stack sync
.
This utilizes a feature that git
provides. You can see the details in git-config(1).
Last updated