github-git-remote-matches? ( hash owner repo -- ? )


Vocabulary
git

Inputs
hashan object
owneran object
repoan object


Outputs
?an object


Definition


: github-git-remote-matches? ( hash owner repo -- ? )
[ "url" of [ 47 = ] trim-tail ] 2dip
"git@github.com:%s/%s" sprintf = ;