Handbook
Glossary
github-https-remote-matches? ( hash owner repo -- ? )
Vocabulary
git
Inputs
hash
an
object
owner
an
object
repo
an
object
Outputs
?
an
object
Definition
USING:
assocs
formatting
kernel
sequences
;
IN:
git
:
github-https-remote-matches?
( hash owner repo -- ? )
[
"url"
of
[
47
=
]
trim-tail
]
2dip
"https://github.com/%s/%s"
sprintf
=
;