When cloning a git repo with the try clone command, if the custom name provided have spaces then it only gets the first word before the space and ignores the rest. This does not happen when cloning with the clone alias try <git-url>.
Ex.
try clone <git-url> a b # this clones with the custom name as "a" and ignores the rest
Doing the same with the clone alias:
try <git-url> a b # this clones with the full custom name "a b"
When cloning a git repo with the
try clonecommand, if the custom name provided have spaces then it only gets the first word before the space and ignores the rest. This does not happen when cloning with theclonealiastry <git-url>.Ex.
Doing the same with the clone alias: