Skip to content

Commit

Permalink
Merge "Fix git commit operation to gerrit"
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborh-da authored and Gerrit Code Review committed Sep 9, 2016
2 parents ad194b2 + 52d7179 commit f855ad5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Gerrit/gerrit.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@ git checkout -b issue-nnnn
please read [this document](changes.md).

```
git commit -s
git commit -s -a
```

Then input precise and readable commit msg and submit.

6. Any code changes that affect documentation should be accompanied by
corresponding changes (or additions) to the documentation and tests. This
will ensure that if the merged PR is reversed, all traces of the change will
Expand Down

0 comments on commit f855ad5

Please sign in to comment.