"error: pathspec 'develop' did not match any file(s) known to git"
(error "Failed to run \"git\"; see buffer *straight-process*")
(signal error ("Failed to run \"git\"; see buffer *straight-process*"))
(error "Failed to run %S; see buffer %s" "git" "*straight-process*")
(if (car result) (cdr result) (error "Failed to run %S; see buffer %s" program straight-process-buffer))
(let ((result (apply #'straight--call program args))) (if (car result) (cdr result) (error "Failed to run %S; see buffer %s" program straight-process-buffer)))
(straight--get-call-raw "git" "checkout" "develop")
(apply straight--get-call-raw "git" ("checkout" "develop"))
(string-trim (apply #'straight--get-call-raw program args))
(straight--get-call "git" "checkout" "develop")