Clone streams
This topic describes how to clone a Dimensions CM stream and populate the main branch in a Git repository with the tip of a stream.
To clone a Dimensions CM stream:
- In NetBeans, select Team > Git > Clone. The Clone Repository dialog box opens.
- In Repository URL enter the URL of the Dimensions CM stream that you want to clone. For details about the format of the URL and authentication methods, see Git Client command-line format.
- Enter a user ID and password for the Dimensions CM repository.
- In Specify Destination Folder enter the location where to clone the stream. Click Next.
Note: The name of the product or stream is automatically appended to the path.
- (Optional) Select a remote branch to clone, for example, main. Click Next.
- Specify the parent directory and name for this clone.
- Click Finish.
- (Optional) After the clone operation has completed successfully, create a NetBeans project from the cloned sources and add it to your favorites.
See also: