glab-ask-git - Man Page
Generate Git commands from natural language (Experimental).
Synopsis
glab ask git [flags]
Description
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 ⟨https://gitlab.com/gitlab-org/gitlab/-/issues/409636⟩.
Options Inherited from Parent Commands
--help[=false] Show help for command
Example
$ 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.
See Also
Referenced By
May 2023 Auto generated by spf13/cobra