Handbook
Glossary
git-remote-matches? ( hash owner repo -- ? )
Vocabulary
git
Inputs
hash
an
object
owner
an
object
repo
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
;
IN:
git
:
git-remote-matches?
( hash owner repo -- ? )
{
[
github-git-remote-matches?
]
[
github-https-remote-matches?
]
}
3||
;