Handbook
Glossary
git-switch-new-branch* ( branch -- process )
Vocabulary
cli
.
git
Inputs
branch
an
object
Outputs
process
an
object
Definition
USING:
io.launcher
kernel
sequences
;
IN:
cli.git
:
git-switch-new-branch*
( branch -- process )
[
{
"git"
"switch"
"-c"
}
]
dip
suffix
run-process
;