`glab ask git` command fails with `>`
If glab ask git suggests a command with a > the command will fail:
? Run `git diff > patch-file.patch` Yes
fatal: ambiguous argument '>': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
git: exit status 128
Also an issue with pipes: gitlab#409636 (comment 1379031904)
Edited by Jay McCure
