ghq get <<repository URL>|<project>|<user>/<project>|<host>/<user>/<project>>

Clone/sync with a remote repository

Arguments

NameDescription
<repository URL>|<project>|<user>/<project>|<host>/<user>/<project>

Options

NameDescription
-u, --updateUpdate local repository if cloned already (default: false)
-pClone with SSH (default: false)
--shallowDo a shallow clone (default: false)
-l, --lookLook after get (default: false)
--vcs <vcs>Specify vcs backend for cloning
-s, --silentClone or update silently (default: false)
--no-recursivePrevent recursive fetching (default: false)
-b, --branch <branch>Specify branch name. This flag implies --single-branch on Git
-P, --parallelImport parallelly (default: false)
--bareDo a bare clone (default: false)