Handbook
Glossary
git-is-bare-repository* ( -- ? )
Vocabulary
cli
.
git
Inputs
None
Outputs
?
an
object
Definition
USING:
kernel
;
IN:
cli.git
:
git-is-bare-repository*
( -- ? )
{
"git"
"rev-parse"
"--is-bare-repository"
}
git-command>string
"true"
=
;