开发者

Whats the Mercurial hg clone syntax to clone a repository to a folder on a local file system

开发者 https://www.devze.com 2023-01-05 21:00 出处:网络
Whats the Mercurial hg clone syntax to clone a repository to a folder on a local file system. Say I have a repositor开发者_Python百科y in C:\\MyProject\\ and I want to create a clone in G:\\Version Co

Whats the Mercurial hg clone syntax to clone a repository to a folder on a local file system. Say I have a repositor开发者_Python百科y in C:\MyProject\ and I want to create a clone in G:\Version Control\MyProject\ - what would the command line be?

Thanks


hg help is your friend. hg help clone yields:

hg clone [OPTION]... SOURCE [DEST]

So, for this case it should be something like:

hg clone C:\MyProject "G:\Version Control\MyProject"
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号