UNH AI Wiki

 

Getting an Existing Repository

Page history last edited by Anonymous 1 yr ago

To pull an existing repository from ocaml-stable:

  • Create a Place for that repository on your local file system
    • hg init $new_repository$
  • Go to that repository
  • hg pull -u $desired repository$

 

This will pull the tip of the repository from ocaml-stable and run update so that you've got the most up to date version of the repository available.

Comments (0)

You don't have permission to comment on this page.