Iguana X makes it easy to create reusable template components which can be part of a git collection.
What if you need to modify the source template? This is one way to do it:
![]() |
Now that there is a git repository tracking this component, changes made locally can be committed and saved to the cloud.
|
The code change from the previous step was committed to the remote repository, but the component is not yet using the new code. The component must updated to use the new commit.
|
Since the changes made have been pushed to the cloud, this component can now be cloned into any other Iguana. Note: To try out this step you need to have a different Iguana instance ready with Bitbucket access configured. See: Setting up Bitbucket Access
|
The process above outlined what it takes to create a component with some code that can be easily brought over to any number of Iguana instances. To make this process even easier, you can group components you make into a collection.
|