RubyMine 2017.2 Help

From Git

To download a project from Git, follow these steps:

  1. On the Welcome Screen, click the Check out from Version Control link.
  2. Select the version control system where your project ts stored. Here it is Git:
    /help/img/idea/2017.2/check_out_from_version_control.png
  3. Having selected Git, do the following:
    • Specify your credentials.
    • To make sure everything is OK, click the button Test:
      /help/img/idea/2017.2/rm_open_project_from_VCS_test.png
    • In the Parent directory field, click /help/img/idea/2017.2/browseButton.png and specify the parent folder, where your project will reside.
    • Finally, in the Directory field, specify the folder that will actually contain your project.
      /help/img/idea/2017.2/rm_open_project_from_VCS.png
  4. Click Clone.

The project opens in the RubyMine window.

Last modified: 26 October 2017

See Also