Push changes to a remote Dimensions CM stream

This topic describes how to push changes from the main branch in a local Git repository to the tip of a remote Dimensions CM stream.

Push changes to the current stream

You can push changes to the remote Dimensions CM stream currently associated with your NetBeans project.

To push changes to the current stream:

Right-click the folder or file that you want to push and select Git > Remote > Push to Upstream.

Back to top

Push changes to a different stream

You can push changes to a remote Dimensions CM stream that is not associated with your NetBeans project.

To push changes to a different stream:

  1. Right-click the folder or file that you want to push and select Git > Remote > Push. The Push to Remote Repository dialog box opens.
  2. Select Specify Git Repository Location.
  3. For Remote Name enter the name of a remote repository.
  4. Enter the connection to a Dimensions CM stream in this format:

    dimensions://server/dbname@connection/product/stream

  5. Enter a user ID and password and click Next.
  6. Select the local Git branch you are pushing from and click Next.
  7. Select the branch to be updated in the Remotes directory of your local repository.

  8. Click Finish.

Back to top

See also: