Complete your Git work as you normally would.
Include the request tag bug followed by the number of the Rational Team Concert change request to which you are linking in your commit message or on the command line. When you push the commit to a registered project on a registered Gerrit server, the link is created. Any errors are recorded in the Gerrit error log on the remote system.
1 Fixed the instructions in the readme file
2
3 Updated the instructions in the readme file
4 fix bug 10
5
6 # Please enter the commit message for your changes. Lines starting
7 # with '#' will be ignored, and an empty message aborts the commit.
8 # On branch master
9 # Changes to be committed:
10 # (use "git reset HEAD <file>..." to unstage)
11 #
12 # modified: readme.txt 13 #
> git commit -m 'Here is my fix for bug 113'