Check out a project from a remote host (clone)
PyCharm allows you to check out (in Git terms clone) an existing repository and create a new project based on the data you've downloaded.
- From the main menu, choose VCS | Checkout from Version Control | Git, or, if no project is currently opened, choose Checkout from Version Control | Git on the Welcome screen.
- In the Clone Repository dialog, specify the URL of the remote repository you want to clone (you can click Test to make sure that connection to the remote can be established).
- In the Directory field, specify the path where the folder for your local Git repository will be created into which the remote repository will be cloned.
- Click Clone. If you want to create a PyCharm project based on the sources you have cloned, click Yes in the confirmation dialog. Git root mapping will be automatically set to the project root directory.
|