The Git adapter automatically creates a link between a Git commit (or Gerrit change) and a Rational Team Concert work item when you push changes to the shared repository, if the commit message contains a reference to a Rational Team Concert work item. The message must include the Git adapter change request tag, the number of the Rational Team Concert work item you are linking to, and, optionally, the name of the Rational Team Concert project area containing the specified work item. If no project name or abbreviation is specified, the default Rational Team Concert project associated with the Git adapter is used. A single commit can link to multiple Rational Team Concert work items and multiple commits can link to a work item.
Change request tags are specified by your system administrator as part of configuring the receive hook. The default is bug.
1 Fixed the instructions in the shared readme file
2
3 Updated the instructions in the shared readme file
4 fix bug(JKE) 12
> git commit -m 'Here is my fix for bug 113'