How to Do Git Subcommand Aliasing
How to guide for Git Subcommand Aliasing when using StackedPRs CLI.
Last updated
Was this helpful?
How to guide for Git Subcommand Aliasing when using StackedPRs CLI.
Last updated
Was this helpful?
You can map Aviator CLI command as git
subcommand. In your .gitconfig
, you can add aliases:
With the config above, git sync
will execute av sync
.
This utilizes a feature that git
provides. You can see the details in .