1glab(1) glab(1)
2
3
4
6 glab-ask-git - Generate Git commands from natural language (Experimen‐
7 tal).
8
9
10
12 glab ask git [flags]
13
14
15
17 Generate Git commands from natural language.
18
19
20 This experimental feature converts natural language descriptions into
21 executable Git commands.
22
23
24 We'd love your feedback in issue 409636 ⟨https://gitlab.com/git‐
25 lab-org/gitlab/-/issues/409636⟩.
26
27
28
30 --help[=false] Show help for command
31
32
33
35 $ glab ask git list last 10 commit titles
36 # => A list of Git commands to show the titles of the latest 10 commits with an explanation and an option to execute the commands.
37
38
39
40
41
43 glab-ask(1)
44
45
46
47Auto generated by spf13/cobra Nov 2023 glab(1)