Scroll to navigation

glab(1) glab(1)

NAME

glab-duo-ask - Generate Git commands from natural language.

SYNOPSIS

glab duo ask [flags]

DESCRIPTION

Generate Git commands from natural language using AI assistance.

Describe what you want to do in plain language, and GitLab Duo suggests the appropriate Git commands. You receive both the commands and an explanation.

After you receive the suggested commands, you can run them directly from the CLI. You must confirm each command before it runs.

Use this command to:

  • Retrieve forgotten Git commands.
  • Learn how to accomplish specific Git operations.
  • Get guidance on complex Git workflows.
  • Reduce context switching during development.

OPTIONS

--git[=true] Ask a question about Git.

OPTIONS INHERITED FROM PARENT COMMANDS

-h, --help[=false] Show help for this command.

EXAMPLE

# Explain how to display the titles of the last 10 commits
glab duo ask how to list last 10 commit titles
# Explain how to undo the last commit
glab duo ask how do I undo my last commit
# Explain how to display files changed in the last commit
glab duo ask show me files changed in the last commit

SEE ALSO

glab-duo(1)

Apr 2026 Auto generated by spf13/cobra