git-pull-cmd ( -- cmd )


Vocabulary
mason.git.private

Inputs
None

Outputs
cmdan object


Definition

: git-pull-cmd ( -- cmd )
{
"git"
"pull"
"https://github.com/factor/factor.git"
"master"
} ;