Importing YANG modules from a Git repository to a YANG repository
=================================================================

If the YANG modules you wish to use or explore are stored in a Git repository
(such as `this one <https://github.com/YangModels/yang>`_), you can instruct
YANG Suite to import them directly from the Git repository.

1. On the "Setup → YANG files and repositories" 
   page, after selecting the desired repository, in the
   "Add modules to repository" section, select the "Git" tab.

2. Enter the repository URL, branch (if not the default of "master"), and,
   if the modules are in a subdirectory within the repository, the relative
   path to said subdirectory.

   .. image:: images/git_parameters.png
      :alt: Screenshot showing an example of populated Git parameters

3. Select "Import YANG files".

4. You will see a progress bar animating while the Git repository is cloned
   and the files are imported into YANG suite. When complete, a pop-up dialog
   will summarize the results.

   .. image:: images/repo_add_results.png
      :alt: Screenshot showing dialog summarizing results of YANG module import
            from a Git repository.

5. You can now continue as described at :doc:`create_repository`.
