Jump to content

Cli/ref/mw gitlab ask git

From mediawiki.org
< Cli‎ | ref

mw gitlab ask git

[edit]

Generate Git commands from natural language (Experimental).

Synopsis

[edit]

Generate Git commands from natural language.

This experimental feature converts natural language descriptions into executable Git commands.

We’d love your feedback in issue 409636.

mw gitlab ask git <prompt> [flags]

Examples

[edit]
$ glab ask git list last 10 commit titles
# => A list of Git commands to show the titles of the latest 10 commits with an explanation and an option to execute the commands.

Options inherited from parent commands

[edit]
      --help             Help for this command
      --no-interaction   Do not ask any interactive questions
  -v, --verbose count    Increase output verbosity. Example: --verbose=2 or -vv

SEE ALSO

[edit]
  • mw gitlab ask - Generate terminal commands from natural language. (Experimental.)