Handbook
Glossary
git-worktree-force-add ( path branch -- process )
Vocabulary
cli
.
git
Inputs
path
an
object
branch
an
object
Outputs
process
an
object
Definition
USING:
io.launcher
kernel
sequences
;
IN:
cli.git
:
git-worktree-force-add
( path branch -- process )
[
[
[
"git"
"worktree"
"add"
"-f"
]
]
dip
]
dip
[
]
2curry
compose
{
}
like
run-process
;