Repository Management Screen
You'll see this screen from several contexts every time you need to configure a remote repository for either:
-
A git collection - see Collections
-
A component - see Edit a Component
-
A library - see Create a Library
![]()
1. View current component configuration
View the component's current repository configuration. A component can either be configured to be stored in Git as a:
-
Self-contained repository enabling you to push/pull commits to the component repository. This is the recommended configuration.
Here you can use the [ Turn to a Plain Folder ] button to convert an unconfigured component or a repository component to a Plain Folder.
2. Create a self-contained component repository
To configure a repository, enter a repository name and workspace owner and IguanaX will try and create it for you.
You can also click on the repository link to view the component project in your git service. The Translator uses the same folder structure making it comprehensive to review.
3. Configure the component to connect to an existing Git repository
Configure the component to connect to an existing Git repository by providing the git url. For example:
ssh://git@bitbucket.org/interfaceware/hl7_server.git or
https://bitbucket.org/interfaceware/hl7_server.git