Complete your Git work as you normally would.
When writing the commit message, you must include the adapter request tag followed by the number of the Rational Team Concert change request to which you are linking. Any errors are printed in the results of the Git push.
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'