Company
Word count
101
Language
English
Contains code?

Text

You can map Aviator CLI command as

git

subcommand. In your

.gitconfig

, you can add aliases: ~/.gitconfig Copy

# Do not forget an exclamation point before av.
[alias]
    sync = !av sync
    tree = !av tree
    pr = !av pr

With the config above,

git sync

will execute

av sync

. This utilizes a feature that

git

provides. You can see the details in git-config(1) . Previous Orphan a Branch with Aviator CLI Next How to Create an Access Token Last updated 1 year ago Was this helpful?

Analysis

No analysis created yet for this page.