Search code examples
gitclearcase

What is equivalent of "Clearcase Stream Attribute" in git


We use ClearCase UCM and slowly switching to git.

We use ClearCase attributes heavily. For example MailTo attribute added to a Stream. We query this and send emails in case build failure or SCM activity like new recommended baselines.

Is there a similar construct in git? What is it?


Solution

  • There are two:

    can be used to add descriptive text to explain what a topic branch is about.