You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git state extensions
# lists extensions
$ git state extensions log [--run]
# runs to extension and is the default
$ git state extensions log --command <command>
# edits the extension
$ git state extensions log --command <command> --run
# edits the extension then runs
$ git state extensions log --config
# prints the config
$ git state extensions log --command <command> --config
# edits the extension then prints the config
$ git state extensions log --delete
# deletes extension
This way they all play well together and the only mutually exclusive options are --run and --config and anything with --delete.
The text was updated successfully, but these errors were encountered:
This way they all play well together and the only mutually exclusive options are
--run
and--config
and anything with--delete
.The text was updated successfully, but these errors were encountered: