Set topic stream requests

Version 2.3 and later: This command specifies the topic requests to use when pushing branches.

git dm set topicrequest=<request id>

Examples

  • Set the topic request for the current branch to QLARIUS_CR_26.

    git dm set topicrequest=QLARIUS_CR_26

  • When using SBM as a request provider, set the topic request for the current branch to SBM item DEF36016.

    git dm set topicrequest=DEF36016

Back to top