Cloning a Repository

Note: The process varies depending on your choice of code editor / IDE, so refer to one of the following guides:

The following will use the Sir-Lancebot repository as an example, but the steps are the same for all other repositories. You should have already retrieved your fork's Git URL as described in Creating a Fork.


Cloning with the command line

  1. Clone your forked repository using git clone followed by your fork's Git URL. Then, change your working directory to the repository.
$ git clone https://github.com/<your username>/sir-lancebot
...
$ cd sir-lancebot

Cloning with PyCharm

  1. Load up PyCharm and click Get from VCS.
    Create Project in PyCharm
  2. Enter the URL of your forked repository.
  3. Change the directory if you desire and click Clone.
    Clone Git Project in Pycharm