Creating a tag for a project
For a Git managed project, a tag is a read-only copy that records the current state of the project at the point of time the tag is created.
Information noteTip: When working in a tag, you can make changes to your project items, but you
will be unable to permanently save your changes to an item unless you copy the item to a
branch. For how to copy an item to a branch, see Copying items from a branch or a tag.
About this task
The following procedure describes how to create a tag for a project in Talend Studio.
If you are working on a project managed by Talend Administration Center, you can also create a tag in Talend Administration Center. For more information, see How to manage Git tags.
Information noteNote:
- Close all open editors in the design workspace before trying to create a tag. Otherwise, a warning message will appear prompting you to close all open editors.
- All tags are visible for all projects on the same Git repository. Therefore, if you create some tags for one project, all other projects on the same Git repository will have the same list.