1.

Mercurial command to get the Bitbucket repository in to your local system.

Answer»

Mercurial command to get the Bitbucket repository in to your local system.
Choose the CORRECT option from below list
(1)HG copy < Bitbucket_repo_url> < name_of_repo-in_local>
(2)hg CLONE < Bitbucket_repo_url> < name_of_repo-in_local>
(3)hg replica < Bitbucket_repo_url> < name_of_repo-in_local>

Answer:-(3)hg replica < Bitbucket_repo_url> < name_of_repo-in_local>



Discussion

No Comment Found