Handbook
Glossary
git-current-branch* ( -- name )
Vocabulary
cli
.
git
Inputs
None
Outputs
name
an
object
Definition
IN:
cli.git
:
git-current-branch*
( -- name )
{
"git"
"rev-parse"
"--abbrev-ref"
"HEAD"
}
git-command>string
;